| commit | c82dcdc87a7813e6ea0ecea09234aa2021f9f858 | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <[email protected]> | Thu Jan 16 21:02:28 2020 |
| committer | Natalie Weizenbaum <[email protected]> | Thu Jan 16 21:03:25 2020 |
| tree | b4e515147c5c26273a1d9892e387e44dc037854f | |
| parent | 43075267370cf0ce9b6c6315595c2bfa94b2d4af [diff] |
Avoid newer pedantic lints, per request from @lrhn
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.