I would like to make a Hero animation between a marker displayed on the map and a detail page.
The problem is the marker is not a Widget and can not be wrapped by a Hero object.
Is there a workaround / solution ?
I would like to make a Hero animation between a marker displayed on the map and a detail page.
The problem is the marker is not a Widget and can not be wrapped by a Hero object.
Is there a workaround / solution ?
Those are default markers .You can create custom widgets for Markers also.There you can wrap your widget with Hero
tag.You can see this link how to create custom marker widget google maps flutter.