| commit | 6709a9a51edbebb31bd0d0744da60977df454acd | [log] [tgz] |
|---|---|---|
| author | Jacob MacDonald <[email protected]> | Mon Jun 22 17:49:42 2020 |
| committer | GitHub <[email protected]> | Mon Jun 22 17:49:42 2020 |
| tree | a9b06ded29b879352f141febc99d1c1a59527b06 | |
| parent | 4242606cccdb108cea138c84769210647afc4023 [diff] |
release 1.2 (#30)
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.