An enterprise-level Flutter starter project by betaversion.io.
- Multi-environment support (development, staging, production)
- CI/CD pipelines with GitHub Actions
- Native splash screen configuration
- App icon generation for all platforms
- Clean project structure
- VS Code optimized settings and snippets
- Flutter SDK ^3.10.0
- Dart SDK ^3.10.0
flutter pub get# Development
flutter run
# Staging
flutter run --flavor staging
# Production
flutter run --flavor production# Generate app icons
dart run flutter_launcher_icons -f icons.yaml
# Generate splash screens
dart run flutter_native_splash:createlib/
├── main.dart # App entry point
assets/
├── images/ # Image assets
├── icons/ # Icon assets
├── animations/ # Animation files
See LICENSE for details.
