| commit | 352edc16ce69c28f4a924ea258a12f2d1f990de9 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Fri Sep 29 00:29:51 2017 |
| committer | Kevin Moore <[email protected]> | Fri Sep 29 17:21:23 2017 |
| tree | db84b27bf4f47f418a550433c8a7cc834dd80e98 | |
| parent | 825045a7944442445bbc904d8a5e18e784034a4a [diff] |
dartfmt
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 new List(), but stores typed data like a typed data list.
Please file feature requests and bugs at the issue tracker.