| commit | bb10b64f9a56b8fb49307d4465474bf1c1309f6d | [log] [tgz] |
|---|---|---|
| author | Devon Carew <[email protected]> | Thu May 12 17:16:40 2022 |
| committer | GitHub <[email protected]> | Thu May 12 17:16:40 2022 |
| tree | f50ba0793b92e9c293dbc01303bfc4a211029167 | |
| parent | 8b19e29bcf4077147de4d67adeabeb48270c65eb [diff] |
prep for publishing 1.3.1 (#52) prep for publishing 1.3.1
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.