| commit | 6f6d81d64cd698f8def5116fc97b7b1fb7441696 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <[email protected]> | Mon Dec 04 18:34:10 2023 |
| committer | GitHub <[email protected]> | Mon Dec 04 18:34:10 2023 |
| tree | 2e57ded701009549d2848a60e14a3086fed4f27e | |
| parent | 0b16bd26c90bc9ac08e8b4b259aa3d7bead34feb [diff] |
drop outdated lints (#78)
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.