Eat safely, and leave a healthy trail behind.
(currently availible on ios and works best on iphone 11)
- Get the flutter SDK:
- Set up pods:
- install pods
sudo gem install cocoapods
- install dependancies
pod install
- update dependancies
pod update
- install pods
- Run project:
flutter run
- Update flutter packages (when new):
flutter packages get
- Open an ios simulator:
open -a Simulator
- Execute app on multiple devices:
flutter run -d all
Note: Firebase connnection will not work (for security reasons) -> message us if you want to test this out and we will send you the instructions to do so.