mobkit_enum_generator 1.0.0
mobkit_enum_generator: ^1.0.0 copied to clipboard
Provides Dart Build System builders for handling Enum. You can get values and descriptions from your enums.
1.0.0 #
⚠️ Breaking Changes #
- Removed
default
cases fromswitch
statements in the generatedg.dart
file. - Made the previously existing
fromJson
andfromValue
methods ing.dart
private. - These methods can no longer be used directly. Instead, you should use static methods defined on the enum itself, as shown in the
example
.
0.1.6 #
- Topics added.
0.1.5 #
- enum generator file formatted.
0.1.4 #
- fromValue method was edited according to the given type.
0.1.3 #
- All of the package dependencies are supported in the latest version.
0.1.2 #
- fromJson nullable added.
0.1.1 #
- fromValue nullable added.
0.1.0 #
- fromValue bug fix.
0.0.9 #
- Flutter version update for 3.10.0.
0.0.8 #
- fromValue bug fix.
0.0.7 #
- fromValue bug fix.
0.0.6 #
- Added fromValue method.
0.0.5 #
- Added Example project.
0.0.4 #
- Enum annotations are taken in Annotation.
0.0.3 #
- Add Description with Annotation
0.0.2 #
- SDK Version updated
0.0.1 #
- Package published