| commit | a15ab889370c25feebadca9e6430b70d3ffa996b | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Mon Dec 09 17:58:02 2019 |
| committer | Nate Bosch <[email protected]> | Mon Dec 09 17:58:02 2019 |
| tree | ea1682b12636f0bc53e8af98d354dcf777ea9374 | |
| parent | bf5b22ec0d78fcb3141ded7a67e9f07816a4dd3e [diff] |
Revert analyzer hack – fixed version published (#23)
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.