Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-30 13:53:37 +08:00
parent b5b15dbed6
commit c4c0852dea
105 changed files with 2063 additions and 1360 deletions

View File

@@ -67,6 +67,8 @@ $ScrollPositionPatch = "lib/scripts/scroll_position.patch"
# expose `_shouldIgnorePointer`
$ScrollablePatch = "lib/scripts/scrollable.patch"
$ScaffoldPatch = "lib/scripts/scaffold.patch"
$ScrollableGesturePatch = "lib/scripts/scrollable_gesture.patch"
$DraggableScrollableSheetPatch = "lib/scripts/draggable_scrollable_sheet.patch"
@@ -106,7 +108,7 @@ $patches = @($ModalBarrierPatch, $TextSelectionPatch, $MouseCursorPatch,
$PopupMenuPatch, $FABPatch, $NullSafetySelectableRegionPatch,
$SelectableRegionPatch, $EditableTextPatch, $TextFieldPatch,
$ScrollPositionPatch, $ScrollablePatch, $ScrollableGesturePatch,
$DraggableScrollableSheetPatch)
$DraggableScrollableSheetPatch, $ScaffoldPatch)
switch ($platform.ToLower()) {
"android" {