We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
It is the file where contains the Google Maps key, you need to generate your own keys
Sorry, something went wrong.
What will be the content/format of the dart file once we have the keys ?
add a keys.dart file in your lib/network/ with this content
keys.dart
lib/network/
const googleMapsApiKey = 'YOUR_GOOGLE_MAPS_API_KEY';
Replace 'YOUR_GOOGLE_MAPS_API_KEY' text with... you guessed it, your api key from Google Maps
No branches or pull requests
package:rapidinho/network/keys.dart not found
The text was updated successfully, but these errors were encountered: