typed_data 0.9.0 icon indicating copy to clipboard operation
typed_data: ^0.9.0 copied to clipboard

outdatedDart 1 only

Utility functions and classes related to the 'dart:typed_data' library.

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.

38
likes
15
pub points
100%
popularity

Publisher

verified publisher icondart.dev

Utility functions and classes related to the 'dart:typed_data' library.

License

Icon for licenses.BSD-3-Clause (LICENSE)

More

Packages that depend on typed_data