Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

riprunner

Rip Runner Mobile Client

Getting Started

There are a few things you will need to do in order to compile the android client for your installation:

  1. Edit the file: https://github.com/softcoder/riprunner/blob/master/flutter/riprunner/android/app/src/main/AndroidManifest.xml

     <meta-data android:name="com.google.android.geo.API_KEY"
                android:value="Enter your map api key here"/>
    

Acquire a google maps API key: https://developers.google.com/maps/documentation/javascript/get-api-key Then edit the value 'Enter your map api key here' and repalce with your API key.

  1. If you plan to support Firebase Cloud Messaging (FCM) push notifications you will need to register an accoutn with Google Firebase Cloud Messaging here: https://firebase.google.com/docs/android/setup Follow instructions to download google-services.json and place that file in the folder: android/app

  2. Compile the application and produce the APK: flutter build apk

FAQs:

  1. Why do I see the default Flutter icon as the application icon and not the riprunner icon?

    Answer: You may need to run the following command to ensure the correct icons are set as the defaults:

    flutter packages pub run flutter_launcher_icons:main