typed_data 1.3.0-nullsafety.4 copy "typed_data: ^1.3.0-nullsafety.4" to clipboard
typed_data: ^1.3.0-nullsafety.4 copied to clipboard

outdated

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 List(), but stores typed data like a typed data list.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

41
likes
0
pub points
100%
popularity

Publisher

verified publisherdart.cn

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on typed_data