Clone this repo:
  1. 8c7393c Bump actions/checkout from 4.1.1 to 4.1.2 (#83) by dependabot[bot] · 3 weeks ago master
  2. 375efaa Test dart2wasm (#80) by Kevin Moore · 3 months ago
  3. c6bb459 Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#79) by dependabot[bot] · 3 months ago
  4. 6f6d81d drop outdated lints (#78) by Kevin Moore · 5 months ago
  5. 0b16bd2 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#76) by dependabot[bot] · 6 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.