What do you want implemented?
Remove the absorbPanEventsOnScrollables flag. If you have a FlutterMap inside a scrollable and you want dragging the map to cause the scrollable to scroll then you can just disable the drag interactive flag. It seems to me that this has the same effect and I can't see why you would need dragging enabled but for the map to not absorb pan events (which makes the dragging not work anyway)?
If you agree I am happy to open a PR including removing unnecessary commented code in flutter_map_state.dart.
What other alternatives are available?
No response
Can you provide any other information?
No response
Platforms Affected
Android, iOS, Web, Windows, MacOS, Linux
Severity
Minimum: Not required for my use
Requirements
What do you want implemented?
Remove the
absorbPanEventsOnScrollablesflag. If you have a FlutterMap inside a scrollable and you want dragging the map to cause the scrollable to scroll then you can just disable thedraginteractive flag. It seems to me that this has the same effect and I can't see why you would need dragging enabled but for the map to not absorb pan events (which makes the dragging not work anyway)?If you agree I am happy to open a PR including removing unnecessary commented code in
flutter_map_state.dart.What other alternatives are available?
No response
Can you provide any other information?
No response
Platforms Affected
Android, iOS, Web, Windows, MacOS, Linux
Severity
Minimum: Not required for my use
Requirements