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 enum_to_string 2.0.1) #
-
Added
WordCollectorto the license copyright statement -
Introduced the
wordslints 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.mdfrom the example -
Renamed the library from
enum_to_stringtoenum_as_string,enum_to_string.darttoconversion.dart, and theEnumToStringclass to simplyEnum