| commit | c90e624f655798eaff94a041ec589ca39462e1f1 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Thu Jun 20 17:30:58 2024 |
| committer | GitHub <[email protected]> | Thu Jun 20 17:30:58 2024 |
| tree | 06c8d8307ddc20000d1095774ae0ad3aa87ce28d | |
| parent | d14f9654f7a5d6baa7dcc27691bd0fa56769fb67 [diff] |
blast_repo fixes (#89) auto-publish, github-actions, no-response
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.