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: 3 months ago
JSON representation

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 |
| :---: | :---: | :---: | :---: |
| ![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)