| commit | 021f25a3f1f20844a6919158caf1ad3e28c42d3a | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon May 08 19:30:04 2023 |
| committer | GitHub <[email protected]> | Mon May 08 19:30:04 2023 |
| tree | 45a0526910a65a2ea4862c4b862a5c2d1e924460 | |
| parent | d85363d2efb333afce07ec409a529ec32986e1a2 [diff] |
Bump actions/checkout from 3.5.0 to 3.5.2 (#64) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8f4b7f84864484a7bf31766abe9204da3cbe65b3...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.