Skip to content

feat: support custom flavor names in flutter_app template #464

Description

@marcossevilla

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

  • All CI/CD checks are passing.
  • There is no drop in the test coverage percentage.

Additional Context

No response

Metadata

Metadata

Assignees

Labels

featureA new feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions