enum_to_string 1.0.8
enum_to_string: ^1.0.8 copied to clipboard
Better conversion of ENUMs to string. Dart has annoying EnumName.ValueName syntax when calling enum.toString, this package fixes that.
1.0.8 - 2019-11-03 #
- Better type handling in fromString method (Thanks @Sergey-Schirmer)
1.0.7+1 - 2019-10-21 #
- Improving code robustness (Thanks @ewertonrp)
1.0.7 - 2019-05-30 #
- Improving examples
1.0.6 - 2019-05-30 #
- Added support for getting an enum from a string
1.0.5 - 2019-05-29 #
- Better readme formatting
1.0.4 - 2019-05-29 #
- Better handling of null types
1.0.3 - 2019-05-26 #
- Adding explicit types
1.0.2 - 2019-05-24 #
- Improving my dart score
1.0.1 - 2019-05-24 #
- Initial library release