| commit | 973a1877eda925b2de47c9533a898fb4056a8712 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Fri Mar 20 19:01:36 2020 |
| committer | Kevin Moore <[email protected]> | Fri Mar 20 19:45:37 2020 |
| tree | 5a8fba0d26034afbeea645a4d504ad3b0b5494e6 | |
| parent | baed14c96e37e9a447a81028c8dcf77d13f2ddb2 [diff] |
change version back to 1.3.0-dev so pub get works
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.