A Flutter project with comic readers.
For help getting started with Flutter, view our online documentation.
You will need a Google API key to use Google Maps. Create one that can call the iOS and Android Maps SDK then:
- Create a
constants.json
file in theios
folder with the following structure. You might need to re-link this file in Xcode:
{ "google_maps_api_key": "YOUR_API_KEY" }
- Create a
constants.xml
file in theandroid/app/src/main/res/values
folder with the following structure
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="google_maps_api_key">YOUR_API_KEY</string>
</resources