rapidinho
rapidinho copied to clipboard
package:rapidinho/network/keys.dart not found
package:rapidinho/network/keys.dart not found
It is the file where contains the Google Maps key, you need to generate your own keys
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
const googleMapsApiKey = 'YOUR_GOOGLE_MAPS_API_KEY';
Replace 'YOUR_GOOGLE_MAPS_API_KEY' text with... you guessed it, your api key from Google Maps