dart_define 2.1.2
dart_define: ^2.1.2 copied to clipboard
Utility for generating and populating dart-define config files
dart_define changelog #
2.1.2 #
- bumps the minimum required Dart SDK version up to ^3.6.0
- removes DCM dependencies
- updates
cli_completion
to ^0.5.0 - updates
pub_updater
to ^0.5.0 - updates
cmd_plus
to ^1.3.4 - migrates
freezed
&freezed_annotation
to ^3.0.0 - migrates
json_annotation
to ^4.9.0
2.1.1 #
- fix: removes extra line break from json file
- fix: updates the generated version number
- fix: fixes bug where the tool fails to read system environments
2.1.0 #
- feat: won't override the values in config
.json
, unless--force
flag is used. This makes it easier to add new variables, since the old ones do not have to be given again.
2.0.1 #
- feat(BREAKING CHANGE): adds ability to append gitignore with generated json config file. This can be done with
--[no-]gitignore
flag. By default, it will append to gitignore. - fix: fixes issues with yaml_path argument breaking other options.
1.0.6 #
- feat: makes it possible to change config yaml file location
- docs: improves documentation readability
1.0.5 #
- fix: fixes bug where some fields in config yaml did not work
- chore: migrates from
package:change_case
topackage:mankeli_core
1.0.4 #
- feat: adds support for flavors
1.0.3 #
- fix: fixes issues with analyzer
1.0.2 #
- chore: adds example
- fix: fixes issues with analyzer
- fix: adds empty private constructor to generated dart class to disable creating new instance of the static class
1.0.1 #
- fix: fixes issues in documentation
1.0.0 #
- feat: initial release 🎉