Description
What do you want implemented?
Commercially available solutions offer not only flinge drag, but also zoom. When user moves two fingers together quickly, the map smoothly zooms according to given intertia. Same for zooming out. I attach video of current behavior or flutter_map, and expected behavior (on the example of Google Maps, however same is true for Mapy.com and many others). Video is heavily compresses but you get the idea.
I think right now flutter_map treats this gesture as a drag with flange.
out.mp4
Note that I am only touching the screen for a tiny moment, trying to pinch with my fingers as quickly as possible. It may look like I am just touching screen with my fingers and zooming back and forth, but I am not.
What other alternatives are available?
I have not found any way to achieve this effect.
Can you provide any other information?
I think this may also be considered a bug, because I do not think this is expected behavior.