flutterEnumsToString
flutterEnumsToString copied to clipboard
Better conversion of ENUMs to string for Flutter / Dart
I started to notice in my enums, when I try to use this package with camelCase, it doesn't capitalize the 2nd word. This is annoying, and the documentation says it...
I want to use your package in my app, but right now it won't fit my needs, since one of my enums should be converted to the string ``'PG-13'``. However,...
We discovered an issue in `enum_to_string` v2.2.1 related to the recently added caching mechanism in the `fromString` method. --- ### 🐞 Problem When two or more enums have the **same...