Skip to content
Snippets Groups Projects
Unverified Commit d49dcaa6 authored by xubaolin's avatar xubaolin Committed by GitHub
Browse files

Introduce multi-touch drag strategies for `DragGestureRecognizer` (#136708)

Fixes #11884

As #38926 pointed out, the current Flutter implementation of multi-finger drag behavior is different from iOS and Android.
This change introduces the `MultitouchDragStrategy` attribute, which implements the Android behavior and can be controlled through `ScrollBehavior`, while retaining the ability to extend iOS behavior in the future.
parent cae47c46
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment