FrancaTM / ice-cream-stores-demo

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

api_key.dart is missing #1

Closed shariful2011 closed 5 years ago

shariful2011 commented 5 years ago

api_key.dart is missing. Can you please provide?

FrancaTM commented 5 years ago

hi @shariful2011, you need to generate your own api key for google maps in google cloud platform. After that you can create another file called "api_key.dart" and insert your generated key there. Example:

const googleMapsApiKey = '[generated api key here]';

I hope this helps!

Ps: I'm sorry for the delay, I just saw your issue today! :/

FrancaTM commented 5 years ago

@shariful2011 I've updated the repo to simplify the project execution for others. Please, check the repo again! :)