immutable 0.0.4 copy "immutable: ^0.0.4" to clipboard
immutable: ^0.0.4 copied to clipboard

Dart 1 only

Immutable collections for Dart

Changelog #

0.0.4 #

  • Add ImmutableMap and ImmutableMapBuilder class.
  • Remove clear method from ImmutableList. Use the empty constuctor instead.
  • Remove ImmutableListBuilder.empty constructor. Call toImmutable on an empty ImmutableList instead.
  • Turn on strong mode and fix warnings and errors.

0.0.3 #

  • Add ImmutableList and ImmutableListBuilder class.
  • Replace static empty fields with factory constructors.

0.0.2 #

  • Add ImmutableQueue class.

0.0.1 #

  • Add ImmutableStack class.
0
likes
30
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Immutable collections for Dart

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

quiver_check

More

Packages that depend on immutable