Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.01 KB

File metadata and controls

42 lines (32 loc) · 1.01 KB

📱 Liemo Mobile

Flutter application for the Liemo live store link aggregator — Philippines 🇵🇭 & Kuwait 🇰🇼

Tech Stack

  • 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

Getting Started

# 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

Flavors

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 🇰🇼