| commit | f35e216b299358d976ba51d244793dc94e5a2df9 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Fri Mar 20 21:45:46 2020 |
| committer | GitHub <[email protected]> | Fri Mar 20 21:45:46 2020 |
| tree | dc5e475854184e5cdaa19bc94811e42baf5dd2ba | |
| parent | 22cd65f2f64e1b70775f0bb02c14d761d73a3e8e [diff] |
Refactor libraries so TypedDataBuffer is public, but hidden (#27)
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.