image anim patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-15 19:53:52 +08:00
parent 04b8d92ff7
commit 6310a4ffaf
4 changed files with 18 additions and 5 deletions

View File

@@ -22,7 +22,9 @@ $PaddingPatch = "lib/scripts/padding.patch"
# https://github.com/flutter/flutter/issues/56239
# ref https://github.com/flutter/flutter/pull/184549
$ImagePatch = "lib/scripts/image.patch"
$ImageCachePatch = "lib/scripts/image_cache.patch"
$ImageAnimPatch = "lib/scripts/image_anim.patch"
# TODO: remove
# https://github.com/flutter/flutter/issues/90223
@@ -37,7 +39,7 @@ Set-Location $env:FLUTTER_ROOT
$picks = @()
$reverts = @()
$patches = @($ModalBarrierPatch, $TextSelectionPatch, $MouseCursorPatch,
$NavigationBarPatch, $PaddingPatch, $ImagePatch)
$NavigationBarPatch, $PaddingPatch, $ImageCachePatch, $ImageAnimPatch)
switch ($platform.ToLower()) {
"android" {