Skip to content

Commit a5e909c

Browse files
committed
fix: Obscure Flutter Impeller renderer bugs
This is workaround to entirely disabling Flutter Impeller in favour of Skia. Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
1 parent bdb0317 commit a5e909c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publish_to: 'none'
77
version: 1.25.0-dev.1+101800061
88

99
environment:
10-
sdk: '>=3.7.0'
11-
flutter: '>=3.29.0'
10+
sdk: '>=3.8.0'
11+
flutter: '>=3.32.0'
1212

1313
dependencies:
1414
animations: ^2.0.11

0 commit comments

Comments
 (0)