This is the mobile application connected to FoodCoach server.
See wiki for some images
- Run FoodCoach server
- Modify
API_URL
inassets/.env
and set it to the FoodCoach server URL - Run a device
- using android studio
- Open Android Studio > Projects > More Actions > Virtual Device Manager > Create Virtual Device
- using your own device
- Enable developer mode and USB Debugging
- Connect your device to the PC
- using android studio
- Verify the list of devices and choose one
- Navigate to
lib\main.dart
and run
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.