Files
meezi/mobile/meezi_app
soroush.asadi 4123654077
CI/CD / CI · API (dotnet build + test) (push) Successful in 12m40s
CI/CD / CI · Admin API (dotnet build) (push) Successful in 10m30s
CI/CD / CI · Dashboard (tsc) (push) Successful in 1m7s
CI/CD / CI · Admin Web (tsc) (push) Successful in 39s
CI/CD / CI · Website (tsc) (push) Successful in 46s
CI/CD / CI · Koja (tsc) (push) Successful in 50s
CI/CD / Deploy · all services (push) Successful in 23s
build(meezi_app): Android Maven mirrors for Iran (Aliyun)
Google's Android maven2 artifacts (AGP, androidx, Kotlin) 404 from Iran like
pub.dev does. Route Gradle resolution through the reachable Aliyun mirrors:

- android/settings.gradle.kts (pluginManagement) + build.gradle.kts (allprojects)
  now list maven.aliyun.com/repository/{gradle-plugin,google,central} before the
  originals (kept as fallback).
- BUILD_IRAN.md documents the full setup incl. the machine-local GRADLE_USER_HOME
  init.gradle needed for Flutter's included flutter_tools/gradle build.

Verified: dependency resolution now succeeds via the mirrors (AGP + kotlin-compiler
download from Aliyun). The APK build itself is currently blocked only by low disk
space on this machine, not configuration.
2026-06-03 10:50:17 +03:30
..

Meezi mobile app

Flutter 3 app — customer (discover, QR menu, cart, reservations) + staff HR.

Setup

  1. Install Flutter 3.x and add it to PATH.
  2. From this folder:
flutter create . --project-name meezi_app
flutter pub get
flutter run -d chrome
  1. Set API base URL in lib/core/api/api_config.dart (Docker default: http://localhost:5080).

Routes

Path Screen
/discover Café list
/qr Enter table QR (demo_table_01)
/cafe/:slug/menu Menu + add to cart
/cafe/:slug/cart Checkout
/cafe/:slug/reserve Table reservation
/order/:id/track Order status
/hr/attendance Staff clock-in

Demo: open /qrdemo_table_01 → order → track.