Clone this repo:
  1. 0b16bd2 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#76) by dependabot[bot] · 5 weeks ago master
  2. f869102 Bump actions/checkout from 4.1.0 to 4.1.1 (#77) by dependabot[bot] · 5 weeks ago
  3. d1c15ed Bump actions/checkout from 3.6.0 to 4.1.0 (#73) by dependabot[bot] · 9 weeks ago
  4. e13af06 Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74) by dependabot[bot] · 9 weeks ago
  5. 80e8943 Bump actions/checkout from 3.5.3 to 3.6.0 (#72) by dependabot[bot] · 3 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.