| commit | f858046fb420cf644e7d8cb86b7893f2830d8a6c | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Mon Feb 13 01:14:02 2023 |
| committer | GitHub <[email protected]> | Mon Feb 13 01:14:02 2023 |
| tree | 69f99e2fc09e61fb81537f06824f40782fc6f2b1 | |
| parent | 6fbbd95bd32db331e0c3ba92537d4089b633a2b7 [diff] |
fix ci, update analysis options (#61)
Helper libraries for working with typed data lists.
The typed_data package contains utility functions and classes that makes working with typed data lists easier.
The typed_data package can be imported using:
import 'package:typed_data/typed_data.dart';
Typed buffers are growable lists backed by typed arrays. These are similar to the growable lists created by <int>[] or <double>[], but store typed data like a typed data list.