Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
/ typed_data Public archive

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

License

Notifications You must be signed in to change notification settings

dart-archive/typed_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b269d39 · Oct 18, 2024
Oct 4, 2024
Aug 27, 2024
Jun 8, 2023
Mar 18, 2019
Feb 24, 2015
Aug 27, 2024
Feb 24, 2015
Mar 31, 2021
Oct 18, 2024
Dec 4, 2023
Aug 27, 2024

Repository files navigation

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.