A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
This project supports building different app variants using configuration files:
# Build with default configuration
flutter build apk
# Build with specific configuration
flutter build apk --dart-define=CONFIG_FILE=app1.json
flutter build apk --dart-define=CONFIG_FILE=app2.jsonConfiguration files are located in the assets/config/ directory. Each config file defines app-specific settings like app name, colors, API endpoints, etc.
The CI/CD pipeline is configured to automatically build all configured app variants.