opt scrollable gesture

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-31 15:34:50 +08:00
parent 32fd0e4a76
commit 1ded09f246
52 changed files with 460 additions and 3172 deletions

View File

@@ -67,7 +67,7 @@ $ScrollPositionPatch = "lib/scripts/scroll_position.patch"
# expose `_shouldIgnorePointer`
$ScrollablePatch = "lib/scripts/scrollable.patch"
$TabsPatch = "lib/scripts/tabs.patch"
$ScrollableGesturePatch = "lib/scripts/scrollable_gesture.patch"
# TODO: remove
# https://github.com/flutter/flutter/issues/124078
@@ -103,7 +103,7 @@ $patches = @($ModalBarrierPatch, $TextSelectionPatch, $MouseCursorPatch,
$ImageAnimPatch, $LayoutBuilderPatch, $NavigationDrawerPatch,
$PopupMenuPatch, $FABPatch, $NullSafetySelectableRegionPatch,
$SelectableRegionPatch, $EditableTextPatch, $TextFieldPatch,
$ScrollPositionPatch, $ScrollablePatch, $TabsPatch)
$ScrollPositionPatch, $ScrollablePatch, $ScrollableGesturePatch)
switch ($platform.ToLower()) {
"android" {