Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoesuv/flutter-build-environment


https://github.com/yoesuv/flutter-build-environment

Last synced: 5 days 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.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)