scroll view patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-20 11:59:31 +08:00
parent 44b7cced09
commit bffdfae1f6
2 changed files with 81 additions and 1 deletions

View File

@@ -11,9 +11,13 @@ $ToolTipFix = "56956c33ef102ac0b5fc46b62bd2dd9f50a86616";
$NewOverScrollIndicator = "362b1de29974ffc1ed6faa826e1df870d7bec75f";
$BottomSheetPatch = "lib/scripts/bottom_sheet.patch"
$ScrollViewPatch = "lib/scripts/scroll_view.patch"
# TODO: remove
# https://github.com/flutter/flutter/issues/90223
$ModalBarrierPatch = "lib/scripts/modal_barrier.patch"
# TODO: remove
# https://github.com/flutter/flutter/issues/182466
$MouseCursorPatch = "lib/scripts/mouse_cursor.patch"
@@ -28,8 +32,11 @@ switch ($platform.ToLower()) {
"android" {
$reverts += $NewOverScrollIndicator
$patches += $BottomSheetPatch
$patches += $ScrollViewPatch
}
"ios" {
$patches += $ScrollViewPatch
}
"ios" {}
"linux" {
$picks += $ToolTipFix
}