Skip to content

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

chalin/typed_data

 
 

Repository files navigation

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 as

import 'package:typed_data/typed_data.dart';

Typed buffers: Growable typed data lists

Typed buffers are contains growable lists backed by typed arrays. These are similar to the growable lists returned by new List(), but stores typed data like a typed data list.

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 100.0%