Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package:rapidinho/network/keys.dart not found #17

Open
ghost opened this issue Dec 9, 2018 · 3 comments
Open

package:rapidinho/network/keys.dart not found #17

ghost opened this issue Dec 9, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 9, 2018

package:rapidinho/network/keys.dart not found

@pedromassango
Copy link
Member

It is the file where contains the Google Maps key, you need to generate your own keys

@ArtDevIT
Copy link

What will be the content/format of the dart file once we have the keys ?

@braulio94
Copy link
Member

add a keys.dart file in your lib/network/ with this content

const googleMapsApiKey = 'YOUR_GOOGLE_MAPS_API_KEY';

Replace 'YOUR_GOOGLE_MAPS_API_KEY' text with... you guessed it, your api key from Google Maps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants