| commit | 91a2bb2307aaab732d10ce3b960761ea9c7365a7 | [log] [tgz] |
|---|---|---|
| author | Jacob MacDonald <[email protected]> | Wed Jul 08 18:55:36 2020 |
| committer | GitHub <[email protected]> | Wed Jul 08 18:55:36 2020 |
| tree | d071d363cad6622e7bc7889fcc01a414fdc2a168 | |
| parent | 0c369b73a9b7ebf042c06512951bfe5b52b84a5f [diff] |
restrict the collection dep to not allow stable releases (#32)
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.