mirror of
https://github.com/Iconica-Development/flutter_google_track_and_trace.git
synced 2025-05-18 20:53:46 +02:00
fix: Added web part that explains what to do to resolve the error.
This commit is contained in:
parent
33660b66df
commit
5b6a2ec0bf
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -106,6 +106,19 @@ import GoogleMaps
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
### WEB
|
||||
Add the following code in the 'head' of 'web/index.html':
|
||||
|
||||
```html
|
||||
<head>
|
||||
|
||||
<!-- // Other stuff -->
|
||||
|
||||
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
|
||||
</head>
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue