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

https://github.com/eby-dev/testMobile-MGE


https://github.com/eby-dev/testMobile-MGE

dart dio flutter getx

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# test_mge_ahmadabuhasan

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

### run or build
```
flutter run --flavor dev --dart-define=FLAVOR=dev
flutter run --flavor live --dart-define=FLAVOR=live

flutter build apk --flavor dev --dart-define=FLAVOR=dev --release
flutter build apk --flavor live --dart-define=FLAVOR=live --release
```