Skip to content

mojotech/random-run-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-run-flutter

Random Run revived with Flutter

Design Document

Figma Design

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, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Running the App

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