- codestyle adjustments
- update dart style version to >=3.0.0 <4.0.0
- update minimum supported SDK version to Dart 3.5.
- fix error message typo
- better support for nullable fields
- allow register package globally
- migrate to null-safe
- update deps versions
- remove lock file, change
dart_style
version range
- fix
dart_style
package version to avoid conflicts with flutter deps
- fixed boolean value usage as default value for the field
- added Note for Flutter developers to the Readme file
- changed version ranges for dependencies
Changes:
- Replace dependencies with version constraints
- Fix example YAML config
- Small changes in Documentation
Remove wrongly committed file
Codestyle hotfix
Features:
- added extension support
- added dev extension support
- added toggle for
static
modifier
Bug fixes:
- changed rules for constructor generation
Minor changes in README.md
Features
- added ability to exclude field from Dart config class
- Fixed examples in README
- Changed default path for
.env
file
- Added support of global env variables during build
- Added ability to make field optional with empty string on
default
key
Changed code execution to Future chain
Added dart docs to package classes
Remove special chars from description
Update codestyle according to pub.dev recommendations
Features
- added Dart class generation
- added
.env
generation