https://github.com/yoesuv/flutter-build-environment
https://github.com/yoesuv/flutter-build-environment
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoesuv/flutter-build-environment
- Owner: yoesuv
- Created: 2022-03-12T01:54:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T09:32:41.000Z (5 months ago)
- Last Synced: 2025-04-12T18:15:07.198Z (3 months ago)
- Language: Dart
- Size: 437 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flutter Build Environment ##
Demonstrate build flutter app using flavor/scheme in Android & iOS.
How to run
```
flutter run --flavor development
flutter run --flavor staging
flutter run --flavor production
```#### Dependencies ####
```
Flutter 3.27.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 17025dd882 (5 weeks ago) • 2024-12-17 03:23:09 +0900
Engine • revision cb4b5fff73
Tools • Dart 3.6.0 • DevTools 2.40.2
```#### Screenshot Android ####
| Flavor | Development | Staging | Production |
| :---: | :---: | :---: | :---: |
|  |  |  |  |#### Screenshot iOS ####
| Flavor | Development | Staging | Production |
| :---: | :---: | :---: | :---: |
|  |  |  |  |#### List Library ####
- [Equatable](https://pub.dev/packages/equatable)
- [Flutter Bloc](https://pub.dev/packages/flutter_bloc)
- [Package Info Plus](https://pub.dev/packages/package_info_plus)#### References ####
- [Medium](https://medium.com/@animeshjain/build-flavors-in-flutter-android-and-ios-with-different-firebase-projects-per-flavor-27c5c5dac10b)
- [Medium](https://medium.com/flutter-community/flutter-ready-to-go-e59873f9d7de)