Description
Add support for customizable flavor names in the very_good_core template, instead of the hardcoded default names (development, staging, production).
Proposed API: a --flavors flag accepting a comma-separated list, e.g.:
very_good create flutter_app my_app --flavors="free,pro,dev"
This would allow any number of flavors with any names, and an empty string could optionally disable flavors altogether.
This issue was first created in Very Good CLI: #680
Requirements
Additional Context
No response
Description
Add support for customizable flavor names in the
very_good_coretemplate, instead of the hardcoded default names (development, staging, production).Proposed API: a
--flavorsflag accepting a comma-separated list, e.g.:This would allow any number of flavors with any names, and an empty string could optionally disable flavors altogether.
This issue was first created in Very Good CLI: #680
Requirements
Additional Context
No response