https://github.com/webrror/fluttermapview
A Flutter project demonstrating simple usage google_maps_flutter package.
https://github.com/webrror/fluttermapview
example-app example-project flutter flutter-examples google-maps google-maps-api
Last synced: 28 days ago
JSON representation
A Flutter project demonstrating simple usage google_maps_flutter package.
- Host: GitHub
- URL: https://github.com/webrror/fluttermapview
- Owner: webrror
- Created: 2022-12-13T09:26:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T09:51:46.000Z (almost 3 years ago)
- Last Synced: 2025-02-25T22:37:47.261Z (8 months ago)
- Topics: example-app, example-project, flutter, flutter-examples, google-maps, google-maps-api
- Language: C++
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fluttermapview
A Flutter project demonstrating simple usage google_maps_flutter package.
### Make sure to store the following in .env file at root of project :
```
API_KEY=replace_with_your_api_key
```