opt dyn/top sheet

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-31 18:49:36 +08:00
parent 1ded09f246
commit b5b15dbed6
10 changed files with 112 additions and 1201 deletions

View File

@@ -69,6 +69,8 @@ $ScrollablePatch = "lib/scripts/scrollable.patch"
$ScrollableGesturePatch = "lib/scripts/scrollable_gesture.patch"
$DraggableScrollableSheetPatch = "lib/scripts/draggable_scrollable_sheet.patch"
# TODO: remove
# https://github.com/flutter/flutter/issues/124078
# https://github.com/flutter/flutter/pull/183261
@@ -103,7 +105,8 @@ $patches = @($ModalBarrierPatch, $TextSelectionPatch, $MouseCursorPatch,
$ImageAnimPatch, $LayoutBuilderPatch, $NavigationDrawerPatch,
$PopupMenuPatch, $FABPatch, $NullSafetySelectableRegionPatch,
$SelectableRegionPatch, $EditableTextPatch, $TextFieldPatch,
$ScrollPositionPatch, $ScrollablePatch, $ScrollableGesturePatch)
$ScrollPositionPatch, $ScrollablePatch, $ScrollableGesturePatch,
$DraggableScrollableSheetPatch)
switch ($platform.ToLower()) {
"android" {