easy_google_maps 1.0.0+1 copy "easy_google_maps: ^1.0.0+1" to clipboard
easy_google_maps: ^1.0.0+1 copied to clipboard

discontinuedreplaced by: google_maps_flutter
outdated

A new flutter plugin project.

easy_google_maps #

A new flutter plugin project.

Mobile Setup #

Follow setup for Mobile Here

Web #

Good to go!

Getting Started #

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

Screenshots #