flavor_cli 0.0.4
flavor_cli: ^0.0.4 copied to clipboard
Production-grade Flutter flavor automation CLI
Changelog #
0.0.4 #
- Code Generation Improvements: Added "// GENERATED CODE - DO NOT MODIFY BY HAND" headers and removed redundant TODOs in the generated
AppConfig. - Enhanced Reset Command: Improved the
resetcommand to be more resilient by allowing it to run even when the configuration file is partially invalid. - Documentation Cleanup: Streamlined the main
README.mdand example documentation for improved clarity and conciseness. - Internal Refinements: Added support for bypassing validation in
ConfigServicewhen performing cleanup or reset operations.
0.0.3 #
- Migration Support: Added
migratecommand to safely upgrade existing.flavor_cli.jsonfiles to the latest format, including filling in missing per-flavor values. - Non-Interactive Initialization: Enhanced
initcommand to support--fromfor fully automated setups by persisting all configuration values in.flavor_cli.json. - Package ID Strategy: Added
package_id_strategyto support unique IDs or shared IDs for flavors.
0.0.2 #
- Android & iOS Focus: Restricted the CLI to strictly support Android and iOS environments.
- Enhanced Documentation: Updated the example project with a new README.
0.0.1 #
- Initial release of
flavor_cli.