enum_generator 1.2.0
enum_generator: ^1.2.0 copied to clipboard
This is a lightweight library to create functionality for enum class type and make enum usage much better.
1.2.0 #
π New Features
- Enhanced null safety support with proper null handling in enum generation
- Improved code generation with better null safety annotations
π Changed
- Updated build package to ^4.0.2 for better performance and stability
- Updated build_config to ^1.2.0
- Updated source_gen to support ^2.0.0 to ^5.0.0
- Updated analyzer to support ^5.13.0 to ^9.0.0
- Updated flutter_lints to ^6.0.0
- Updated SDK constraint to ^3.8.0 for better compatibility
- Removed unnecessary library declaration for cleaner code
π Fixed
- Fixed null safety warnings in enum generation
- Fixed unnecessary_library_name lint warning
- Improved example code with proper I/O methods instead of print statements
1.1.4 #
π Changed
- Loosened analyzer version to support both ^5.13.0 and ^8.0.0
- Loosened sourcegen version to support both ^1.0.0 to ^2.0.0
1.1.3 #
π Changed
- Bump source_gen to 2.0.0
1.1.2 #
π Changed
- Loosened analyzer version to support both ^5.13.0 and ^6.0.0
1.1.1 #
π Changed
- Updated analyzer dependency to 6.2.0.
1.1.0 #
- Supports flutter3
1.0.9 #
- Fix cannot generate files
1.0.8 #
- Update README.md documents
1.0.7 #
- Fix generate fail with enum has constructor.
1.0.6 #
- Using enum_annotation instead
1.0.5 #
- Fix bugs
1.0.4 #
- Export annotation package
1.0.3 #
- Change annotation package
1.0.2 #
- Change packages info
1.0.1 #
- Fix bugs
0.0.1 #
- TODO: Describe initial release.