Flutter application for the Liemo live store link aggregator β Philippines π΅π & Kuwait π°πΌ
- Framework: Flutter 3.x (Dart)
- State Management: Riverpod / BLoC
- Navigation: GoRouter
- HTTP: Dio + Retrofit
- Storage: Hive / Shared Preferences
- Push Notifications: Firebase Cloud Messaging
- Analytics: Firebase Analytics
# Install Flutter SDK (>=3.0.0)
flutter --version
# Clone
git clone https://github.com/liemo-platform/liemo-mobile.git
cd liemo-mobile
# Install dependencies
flutter pub get
# Run (dev)
flutter run --flavor development --target lib/main_dev.dart
# Build release APK
flutter build apk --release --flavor production| Flavor | API Base URL |
|---|---|
development |
http://localhost:8000 |
staging |
https://staging-api.liemo.app |
production |
https://api.liemo.app |
Liemo β Live Store Link Aggregator | Philippines π΅π & Kuwait π°πΌ