Ian
Ian
What version of FlutterMap are you using, and is it the default listview example unmodified ?
You are using GoogleMap not FlutterMap.
What version of flutter_map are you using, and are you using the listview example in the examples folder to test ?
allowPanningOnScrollingParent: false, in MapOptions maybe ? It may be relevant, hard to tell without more info
What about if you put flutter_map inside an AbsorbPointer....eg ``` AbsorbPointer( child: FlutterMap( ... ) ) ```
How about an IgnorePointer ?
> I think AbsorbPointer and IgnorePointer has no sense, because some widget lost the scroll property (and tap property). The objective is map with scroll (vertical and horizontal) and remain...
I think that's typically an int when it comes up with that.
This feels like it "jumps" too much, rather than sliding into place like it does currently (though this would fix it on an init better). Quick video https://drive.google.com/file/d/1m5oDdjuuvtE10PIKd3EjBRWp-jzWe3Hv/view to try...
Does the original work for you apart from the init phase ? Just wondering if that could be an option, rather than changing behaviour for people that exists already.