Random Run revived with Flutter
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, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
cp .env.sample .env
Add Google Maps API Key to .env. Add GOOGLE_MAPS_API_KEY to environment variables in Xcode for iOS.
Follow the steps here
Get flutter doctor
to pass all tests (except having a connected device)
For iOS:
Open the iOS simulator: open -a Simulator
Upgrade Google Maps: navigate to the ios
folder and run pod update
Run the app: flutter run
from inside the root directory