enhanced_enum 0.1.2 copy "enhanced_enum: ^0.1.2" to clipboard
enhanced_enum: ^0.1.2 copied to clipboard

outdated

Add fancy methods to your enums

0.1.2 #

  • Allow setting prefixes in EnhancedEnum and generating names for each of them

0.1.1 #

  • Do the calculation of enum value -> string on compile-time
  • Introduce strict enums
  • Better name for the fromString method (MyEnum.values.fromString)

0.1.0 #

  • Initial version.