Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.39 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.39 KB

Food Coach Mobile App

This is the mobile application connected to FoodCoach server.

Getting started

See wiki for some images

  1. Run FoodCoach server
  2. Modify API_URL in assets/.env and set it to the FoodCoach server URL
  3. Run a device
    1. using android studio
      1. Open Android Studio > Projects > More Actions > Virtual Device Manager > Create Virtual Device
    2. using your own device
      1. Enable developer mode and USB Debugging
      2. Connect your device to the PC
  4. Verify the list of devices and choose one
  5. Navigate to lib\main.dart and run

Development Environment

Dependencies

  1. Flutter
  2. Android Studio
  3. IDE

Other Resources

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.