A new Flutter project.
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.
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
- 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
applicationIdinbuild.gradle - You can get the SHA 1 by running (in the restaurantour root):
./android/gradlew signingReport
- The package name is the
- Add the API key to your new .env file (this is .gitignored but please be careful!!!!)