Codelessly / ResponsiveFramework

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
https://codelessly.com
MIT License
1.25k stars 150 forks source link

GoogleMap marker's tap area is misplaced on the web #166

Open abigotado opened 8 months ago

abigotado commented 8 months ago

In my app with 'ResponsiveScaledBox' there is a problem with GoogleMap markers. The markers are rendered in the right place. But their tap area is displaced - it can be above, below, left or right to the marker itself (as you can see on the screenshot).

Снимок экрана 2023-12-26 в 22 33 53

I have tried this solution but it doesn't work. Without 'ResponsiveScaledBox' tap area is in the right place.