a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Apache License 2.0
130 stars 66 forks source link

map scroll automatically when clicking on widget which is on top of stack/map #80

Closed ayazkhalid closed 4 years ago

ayazkhalid commented 4 years ago

i am using map in stack and there is list showing on top of map, when i scroll the list the map automatically scroll with the list. also the hand icon is continuously showing on map instead of pointer

a14n commented 4 years ago

It doesn't look related to _googlemaps package but rather related to flutter and/or your code.