fixed_collections 0.4.0-beta copy "fixed_collections: ^0.4.0-beta" to clipboard
fixed_collections: ^0.4.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 fixed (immutable/unmodifiable) collections. You pass an iterable into the constructor and get a list 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.

image

More fixed collections are coming!

Please report non-deprecated members that modify the collection 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