Clone this repo:
  1. 365468a Bump dart-lang/setup-dart in the github-actions group (#91) by dependabot[bot] · 11 days ago master
  2. 8529929 update lints, require Dart 3.1 (#90) by Kevin Moore · 3 weeks ago
  3. c90e624 blast_repo fixes (#89) by Kevin Moore · 3 weeks ago
  4. d14f965 Bump actions/checkout from 4.1.5 to 4.1.6 in the github-actions group (#88) by dependabot[bot] · 6 weeks ago
  5. fb1958c Bump actions/checkout from 4.1.4 to 4.1.5 in the github-actions group (#87) by dependabot[bot] · 9 weeks ago

Dart CI pub package package publisher

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.

Using

The typed_data package can be imported using:

import 'package:typed_data/typed_data.dart';

Typed buffers

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.