adding packages
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
[](https://www.buymeacoffee.com/rodydavis)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WSH3GVC49GNNJ)
|
||||
|
||||
# easy_google_maps
|
||||
|
||||
Easy Google Maps for Flutter on Web and Mobile
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Mobile
|
||||
|
||||
Follow setup for Mobile [Here](https://pub.dev/packages/google_maps_flutter)
|
||||
|
||||
### Web
|
||||
|
||||
Good to go!
|
||||
|
||||
```dart
|
||||
EasyGoogleMaps(
|
||||
apiKey: 'YOUR_API_KEY_HERE',
|
||||
address: 'Infinite Loop, Cupertino, CA 95014',
|
||||
title: 'Apple Campus',
|
||||
)
|
||||
```
|
||||
|
||||
- When you change the address the map will automatically move the camera position to the new marker
|
||||
- Optionally give a width and height
|
||||
- API Key is Required from [Google Maps](https://developers.google.com/maps/documentation/embed/get-api-key)
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
Reference in New Issue
Block a user