krappr

When ya gotta go, ya gotta go...

Getting Started

Run like any other flutter project:

flutter run

Google Maps API Key

To use the google maps features of this app in development, you'll need to add your Google Maps API Key.

If you don't already have one, generate it here

iOS

copy

ios/Runner/Constants.swift.example

to

ios/Runner/Constants.swift

and replace

INSERT DEVELOPER KEY HERE

with your Google Maps API Key.

Android

Add

google.map.key=<YOUR API KEY HERE>

to

android/local.properties