Clone this repo:
  1. 693f48e blast_repo fixes (#66) by Devon Carew · 9 days ago master
  2. 921f5c0 add topics to the pubspec file (#65) by Devon Carew · 3 weeks ago v1.3.2
  3. 021f25a Bump actions/checkout from 3.5.0 to 3.5.2 (#64) by dependabot[bot] · 3 weeks ago
  4. d85363d Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#62) by dependabot[bot] · 8 weeks ago
  5. 0f57d9b Bump actions/checkout from 3.3.0 to 3.5.0 (#63) by dependabot[bot] · 8 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.