GitHunt
PA

parlough/typed_data

Utility functions and classes that makes working with typed data lists easier in Dart

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.

Languages

Dart100.0%
BSD 3-Clause "New" or "Revised" License
Created October 10, 2023
Updated November 5, 2024