A Flutter project for Deliveristo coding challenge here
App was build using Flutter version 3.24.3
A dart-define
parameter is required in order to run the app:
BASE_URL
the url of backend
To run the app launch
flutter run lib\main --dart-define BASE_URL=https://dog.ceo
To run unit tests launch
flutter test test
To run integration test launch
flutter test integration_test/app_test.dart --dart-define BASE_URL=https://dog.ceo