From a5e909cfc8cda71d6c3d4f98c95d38565f0fe035 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sat, 31 May 2025 14:57:21 +0700 Subject: [PATCH] fix: Obscure Flutter Impeller renderer bugs This is workaround to entirely disabling Flutter Impeller in favour of Skia. Signed-off-by: Pun Butrach --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index a5be6d2f..ce25f4d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,8 +7,8 @@ publish_to: 'none' version: 1.25.0-dev.1+101800061 environment: - sdk: '>=3.7.0' - flutter: '>=3.29.0' + sdk: '>=3.8.0' + flutter: '>=3.32.0' dependencies: animations: ^2.0.11