Skip to content

drhar/restaurantour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restaurantour

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Developing

To run this application locally, you'll need to locate and enable the Google API Keys. NEVER CHECK THESE IN TO THE CODEBASE. First, create a .env and give Android's Gradle infrastructure access to it:

cp .env.copy .env
ln -s ../.env android/secrets.properties

Google Maps

  • Go to the API Keys in the GCP: https://console.cloud.google.com/apis/credentials?project=restaurantour
  • Locate the API Key for the platform you are interested in
  • Edit the API Key so that you can use it with your locally signed debug application. E.g. for Android:
    • The package name is the applicationId in build.gradle
    • You can get the SHA 1 by running (in the restaurantour root): ./android/gradlew signingReport
  • Add the API key to your new .env file (this is .gitignored but please be careful!!!!)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •