Files
meezi/mobile/meezi_app/README.md
soroush.asadi a85890f30a chore: Flutter mobile app, CI, and dev tooling
- mobile/: Flutter/Dart merchant mobile app skeleton
- .github/: GitHub Actions CI workflows
- .dockerignore: exclude host node_modules from build context
- .cursorrules: Cursor IDE project rules
- .claude/: Claude Code project settings and launch config

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-05-27 21:35:27 +03:30

796 B

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.