enum_to_string 1.0.7
enum_to_string: ^1.0.7 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.7 30/05/2019. #
- Improving examples
1.0.6 30/05/2019. #
- Added support for getting an enum from a string
1.0.5 29/05/2019. #
- Better readme formatting
1.0.4 29/05/2019. #
- Better handling of null types
1.0.3 26/05/2019. #
- Adding explicit types
1.0.2 24/05/2019. #
- Improving my dart score
1.0.1 24/05/2019. #
- Initial library release