| commit | 259791259837a8bc370d3413d89c244591246119 | [log] [tgz] |
|---|---|---|
| author | Phil Quitslund <[email protected]> | Thu Nov 12 15:13:57 2020 |
| committer | GitHub <[email protected]> | Thu Nov 12 15:13:57 2020 |
| tree | 7ca3fa029300476a7aed3a73ed33568e93183a43 | |
| parent | 1b24bc528bf57759ef957494ebb8fbe39286e607 [diff] |
remove redundant experiment (#44)
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.