| commit | 2d1553172c8f343cf8471388fb05143ed38add1a | [log] [tgz] |
|---|---|---|
| author | Jacob MacDonald <[email protected]> | Thu Jul 09 14:51:07 2020 |
| committer | GitHub <[email protected]> | Thu Jul 09 14:51:07 2020 |
| tree | 5e0af6a175ffaa8e457a686a8cd4c1f12de8e62f | |
| parent | 91a2bb2307aaab732d10ce3b960761ea9c7365a7 [diff] |
rename version to -nullsafety (#33)
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.