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>
This commit is contained in:
Pun Butrach
2025-05-31 14:57:21 +07:00
parent bdb0317a9e
commit a5e909cfc8

View File

@@ -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