| commit | 12edb9710351de071dd43509bff8a545b6e2d75f | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Wed Mar 31 01:16:04 2021 |
| committer | GitHub <[email protected]> | Wed Mar 31 01:16:04 2021 |
| tree | b7d07ce473e359787a983666009df7da806ed0d3 | |
| parent | 4c3864c7edb6733bab461c36f3a6b3cf77b0af9e [diff] |
Latest setup, test on oldest supported SDK (#47)
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.