Skip to content

rhydiant/geo-flutter

Repository files navigation

geo-flutter Build Status Coverage Status

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.

Usage

Follow the install instructions to setup flutter.io and run flutter doctor to verify your installation.

Install dependencies with:

flutter package get

API keys

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

Running the app

Start a simulator and do flutter run.

To run on a connected device (with release optimizations):

flutter run --release

Running tests

Unit and widgets tests run with:

flutter test

(WIP) Integration tests run with:

flutter drive --target=test_driver/launcher.dart 

Releases

No releases published

Packages

No packages published