Skip to content

latenightcoder/ice-cream-stores-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ice_cream_stores_demo

Demo based on - Build Mobile Apps With Flutter and Google Maps (Cloud Next '19)

Important steps to run the project

1 - Add api key for google maps services

You'll need to enable google maps services in a google cloud platform project and create an api key to access the services. After that, you'll have to insert your api key in 3 files inside the project (just serch for "api_key_here"). The files are:

  • "api_key.dart"
  • "ApiKey.m"
  • "AndroidManifest.xml"

2 - Create a firebase project and replicate the cloud firestore database

You'll have to create a new firebase project and add apps for android and iOS. After that replace "google-services.json" (android) and "GoogleService-Info.plist" (iOS) files and replicate the database and data within Firebase's Cloud Firestore. Cloud Firestore is pretty straightforward and you won't have a hard time replicating the database shown in the demo on youtube, I guess :)

Just in case, here's a screenshot shot of my sample Firestore database:

ice-cream-stores-demo-firestore

I hope this helps!

About

Demo based on - Build Mobile Apps With Flutter and Google Maps (Cloud Next '19) [https://www.youtube.com/watch?time_continue=1&v=RpQLFAFqMlw]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 66.5%
  • Ruby 18.5%
  • Objective-C 11.8%
  • Java 3.2%