Closed andynewman10 closed 8 months ago
Closing this issue. I was actually running the code from a Flutter project, not a Dart one. I guess there was some competition between the map widget and Flutter as to which component received the mouse events.
I did the following:
flutter create --platforms=web webapp
google_maps
andweb
in the pubspec.yaml fileMy Dart code file is the following:
When I run this code using the VS code debugger, using Edge or Chrome, I can't pan within the map, or zoom in or out. Is this expected? Am I supposed to add some code to do this? Sorry if this question sounds stupid.