| commit | 9cc2c24ff9acbe2243f82c5e85d25cb1342948a1 | [log] [tgz] |
|---|---|---|
| author | Jacob MacDonald <[email protected]> | Fri Oct 23 19:39:51 2020 |
| committer | GitHub <[email protected]> | Fri Oct 23 19:39:51 2020 |
| tree | c431f41f6fd37b8e3a9820118075b488f30d6f6d | |
| parent | 5679c772003d602ceb2f0c7f7fc380b7a5bf49a5 [diff] |
allow the 2.12 prerelease sdks (#41)
The typed_data package contains utility functions and classes that makes working with typed data lists easier.
The typed_data package can be imported as
import 'package:typed_data/typed_data.dart';
Typed buffers are contains growable lists backed by typed arrays. These are similar to the growable lists returned by List(), but stores typed data like a typed data list.
Please file feature requests and bugs at the issue tracker.