enum_as_string 1.0.0+1 enum_as_string: ^1.0.0+1 copied to clipboard
Utility library for enum-to-string and string-to-enum conversions. Nothing more, nothing less.
1.0.0+1 #
- No changes. Re-requested pub.dev to analyse package
1.0.0 (Forked from #
-
Added
WordCollector
to the license copyright statement -
Introduced the
words
lints ruleset and documented the code -
Updated all other files in accordance with WordCollector conventions
-
Removed deprecated
.parse()
and.parseCamelCase()
-
Removed
camel_case_to_words.dart
-
Removed
.toList()
and.fromList()
, which are functions which could very easily be implemented outside the library -
Removed tests which were no longer relevant
-
Removed
README.md
from the example -
Renamed the library from
enum_to_string
toenum_as_string
,enum_to_string.dart
toconversion.dart
, and theEnumToString
class to simplyEnum