enum_map 0.3.0 copy "enum_map: ^0.3.0" to clipboard
enum_map: ^0.3.0 copied to clipboard

A Map with compile-time check that every enum constant has an entry in it.

0.3.0 #

  • Upgraded total_lints to v3.0.0.

0.2.1 #

  • Added 'Support Chat' section to README.

0.2.0 #

  • BREAKING: Rename annotation classes from EnumMap to GenerateEnumMap, UnmodifiableEnumMap to GenerateUnmodifiableEnumMap. Constants enumMap and unmodifiableEnumMap are intact.
  • BREAKING: Added superclasses for the generated maps: EnumMap, UnmodifiableEnumMap. These require import 'package:enum_map/enum_map.dart instead of the older .../annotations.dart.

0.1.0 #

  • Initial release.
6
likes
140
pub points
59%
popularity

Publisher

verified publisherainkin.com

A Map with compile-time check that every enum constant has an entry in it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (LICENSE)

More

Packages that depend on enum_map