| commit | 1e79ead57f4ea526d36608bf4bf9f68c452cbc84 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Fri May 10 15:36:59 2019 |
| committer | Kevin Moore <[email protected]> | Fri May 10 15:36:59 2019 |
| tree | df9a42d168478c6024830112e3fa4c71f37438fc | |
| parent | cd6daa5739f7c2b92a7a5b033ce8d2c20dec905a [diff] |
fix latest pedantic lints
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.