flavor_cli 0.0.3
flavor_cli: ^0.0.3 copied to clipboard
Production-grade Flutter flavor automation CLI
Changelog #
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.