Clone this repo:
  1. 6abfafd Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group (#93) by dependabot[bot] · 4 days ago master
  2. 2bb9e6e Require Dart 3.5, use TypeDataList in many places (#92) by Kevin Moore · 6 weeks ago
  3. 365468a Bump dart-lang/setup-dart in the github-actions group (#91) by dependabot[bot] · 3 months ago
  4. 8529929 update lints, require Dart 3.1 (#90) by Kevin Moore · 4 months ago
  5. c90e624 blast_repo fixes (#89) by Kevin Moore · 4 months 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.