Clone this repo:
  1. b269d39 Update README.md before archiving (#94) by Moritz · 3 months ago master
  2. 6abfafd Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group (#93) by dependabot[bot] · 3 months ago
  3. 2bb9e6e Require Dart 3.5, use TypeDataList in many places (#92) by Kevin Moore · 5 months ago
  4. 365468a Bump dart-lang/setup-dart in the github-actions group (#91) by dependabot[bot] · 7 months ago
  5. 8529929 update lints, require Dart 3.1 (#90) by Kevin Moore · 7 months ago

[!IMPORTANT]
This repo has moved to https://github.com/dart-lang/core/tree/main/pkgs/typed_data

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.