typed_data

Creator: coderz1093

Last updated:

Add to Cart

Description:

typed data

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';
copied to clipboard
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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.