Mobile application for vibe-check.
Add your Google Maps API keys:
- Create
secrets.ps1
for PowerShell:
${ENV:MAPS_IOS_API_KEY}=''
${ENV:MAPS_ANDROID_API_KEY}=''
- Create
secrets.sh
for Bash:
export MAPS_IOS_API_KEY=
export MAPS_ANDROID_API_KEY=
- Source the scripts (
./secrets.ps1
orsource ./secrets.sh
) before runningflutter run
.
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.