enum_generator 1.0.0 enum_generator: ^1.0.0 copied to clipboard
This is enum_ext generator. This makes life pretty easy by generating some useful methods and properties on enum.
1.4.0 #
- Breaking -
value
getter is replaced withextValue
- Features Added -
- Now the eunm property can be accessed with
byExtValue()
likebyName()
from values.
- Now the eunm property can be accessed with
- Updated all dependencies
1.3.2 #
- Updated dependency
enum_ext
from1.3.1
to1.3.2
1.3.1 #
- Breaking Now
title
getter will be generated, you do not need toimport package:enum_ext/enum_ext.dart
package anymore in order to use this. Instead import the file containing enum. - Updated dependency
enum_ext
from1.3.0
to1.3.1
1.3.0 #
- Updated dependency
enum_ext
from1.2.0
to1.3.0
1.2.0 #
- Generating value checking getters like
is...
andisNot...
1.1.0 #
- Added example
- Updated
enum_ext
from 1.0.0 to 1.1.0
1.0.0 #
- Initial version.