Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoesuv/flutter-build-environment
https://github.com/yoesuv/flutter-build-environment
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoesuv/flutter-build-environment
- Owner: yoesuv
- Created: 2022-03-12T01:54:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T03:43:18.000Z (about 1 year ago)
- Last Synced: 2024-04-20T17:13:00.661Z (9 months ago)
- Language: Dart
- Size: 428 KB
- Stars: 2
- 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.16.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision db7ef5bf9f (2 weeks ago) • 2023-11-15 11:25:44 -0800
Engine • revision 74d16627b9
Tools • Dart 3.2.0 • DevTools 2.28.2
```#### Screenshot Android ####
| Flavor | Development | Staging | Production |
| :---: | :---: | :---: | :---: |
| ![Installed](https://i.imgur.com/AfNF9Th.png) | ![Flavor Dev](https://i.imgur.com/SQuuKts.png) | ![Flavor Staging](https://i.imgur.com/4XrBMFS.png) | ![Flavor Production](https://i.imgur.com/Ozcliya.png) |#### Screenshot iOS ####
| Flavor | Development | Staging | Production |
| :---: | :---: | :---: | :---: |
| ![Installed](https://i.imgur.com/GJD6CVb.png) | ![Scheme Dev](https://i.imgur.com/3L8rk84.png) | ![Scheme Staging](https://i.imgur.com/GdeLxLt.png) | ![Scheme Production](https://i.imgur.com/9OrrM1f.png) |#### 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)