Understanding Flavors
1. Concepts
2. Configuration
Debug Flavor (Development)
Flavor.debug(
environment: Environment.development, // or .local
branchName: 'feature-x', // Optional: load from specific branch
)Flavor.Debug(
environment = Environment.Development, // or .Local
branchName = "feature-x" // Optional
)Staging Flavor (QA/Testing)
Release Flavor (Production)
3. Initialization Strategies
Last updated