A search engine for exploring different menus, this repo is only for the frontend.
- macOS / Windows (should work on Linux too)
- Flutter 3.7
- Dart 2.19
See backend repo
flutter run --device-id=chrome --web-renderer=html --enable-impeller
To set a custom server url, define the serverUrl variable
flutter run --dart-define=serverUrl=https://something.us.ngrok.io -d chrome
- Write proper tests
- Restructure
- Refactor ugly parts and keep it DRY
See dev.md