| commit | cd6daa5739f7c2b92a7a5b033ce8d2c20dec905a | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Tue Apr 30 00:00:55 2019 |
| committer | GitHub <[email protected]> | Tue Apr 30 00:00:55 2019 |
| tree | 30053a4a5f8f3110fda5f71c89a9a1ef8abcc6c3 | |
| parent | c9c3e84353d3cfc92cf808f4cf22d524bf7c9d6a [diff] |
Enable and fix a number of lints, test on oldest supported Dart SDK (#20)
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.