revert image cache patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-22 12:11:53 +08:00
parent c8187ad3a1
commit c4c4fd5f3d
49 changed files with 157 additions and 107 deletions

View File

@@ -20,7 +20,7 @@ $LayoutBuilderPatch = "lib/scripts/layout_builder.patch"
# https://github.com/flutter/flutter/issues/56239
# ref https://github.com/flutter/flutter/pull/184549
$ImageCachePatch = "lib/scripts/image_cache.patch"
# $ImageCachePatch = "lib/scripts/image_cache.patch"
$ImageAnimPatch = "lib/scripts/image_anim.patch"
@@ -39,7 +39,7 @@ Set-Location $env:FLUTTER_ROOT
$picks = @()
$reverts = @()
$patches = @($ModalBarrierPatch, $TextSelectionPatch, $MouseCursorPatch,
$NavigationBarPatch, $PaddingPatch, $ImageCachePatch, $ImageAnimPatch,
$NavigationBarPatch, $PaddingPatch, $ImageAnimPatch,
$LayoutBuilderPatch, $ScaleGesturePatch)
switch ($platform.ToLower()) {