| commit | 95c94f44e0c2d0f366390b6eb7c416141b5c31f0 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Mon Jan 13 19:57:24 2020 |
| committer | GitHub <[email protected]> | Mon Jan 13 19:57:24 2020 |
| tree | a1da0572985b8418391668dd911640b109f4a45b | |
| parent | a15ab889370c25feebadca9e6430b70d3ffa996b [diff] |
Update min SDK to 2.4 (#24) Related to https://github.com/dart-lang/test/issues/1141
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.