fixed_collections 0.2.0-beta copy "fixed_collections: ^0.2.0-beta" to clipboard
fixed_collections: ^0.2.0-beta copied to clipboard

Collections you can't modify. Use lists that give you compile-time errors if you make calls to modify the list.

fixed_collections #

This library contains collections that are fixed (immutable/unmodifiable). You pass an iterable in to the constructor and you get a list that you cannot modify. More importantly, all the members that modify the list are deprecated so you get a warning or error at compile time. Use this library with the deprecated_member_use_from_same_package code analysis option on.

image

More fixed collections coming!

Please report members that modify the collection and are not deprecated in the issues section

7
likes
0
pub points
52%
popularity

Publisher

verified publisherchristianfindlay.com

Collections you can't modify. Use lists that give you compile-time errors if you make calls to modify the list.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on fixed_collections