I just started to take a look into flutter/dart. Coming from HTML5/Javascript, I wonder what would be an equivalent to:
google.maps.event.addListener(map, \
you want to take the mapcontroller and use it for ex:
**GoogleMapController controller;** **controller.onMarkerTapped.add((Marker marker){/...your code.../);**