generic_enum 0.1.6 generic_enum: ^0.1.6 copied to clipboard
Enumeration classes with generic value type. Can be used in switch statements, as annotations, or as constant parameters in constructors and functions.
0.0.1 #
Initial Version of the library.
0.0.2 #
Library now depends on built_collection.
0.0.3 #
Changed GeneralizedEnum to GenericEnum.
0.0.4 #
Amended library description.
0.0.5 #
Amended sample code in README.md.
0.0.6 #
Shortened library description.
0.1.0 #
Added json-serialization.
0.1.1 #
Added Dart docs.
0.1.2 #
Amended Dart docs.
0.1.3 #
Added serialization tests.
0.1.4 #
Amended #usage (prefix for gen. functions)
0.1.5 #
Amended documentation.
0.1.6 #
Upgraded dependencies.