A time-boxed evaluation of flutter.io, building out an iOS/Android app.
Based on harmony-ui-kit-sketch-freebie as the design spec and a sandboxed API.
See Wiki for more.
Follow the install instructions to setup flutter.io and run flutter doctor
to verify your installation.
Install dependencies with:
flutter package get
In order to access Google Maps API mv assets/keys.template.json assets/keys.json
and add your own API key, which you can setup at the Google Maps API console
Start a simulator and do flutter run
.
To run on a connected device (with release optimizations):
flutter run --release
Unit and widgets tests run with:
flutter test
(WIP) Integration tests run with:
flutter drive --target=test_driver/launcher.dart