Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter Impeller in android Emulator

Tags:

flutter

Whenever I activate empeller in my emulator. the frames break like this. it is working fine with Skia. is the problem with impeller or do I need to add some extra configurations ? #flutter #impeller enter image description here

is the problem with impeller or do I need to add some extra configurations ?

like image 430
Hamzq Am Avatar asked Oct 31 '25 07:10

Hamzq Am


1 Answers

The Impeller needs Vulkan support. If you want to run the app with the impeller on the emulator, your PC needs Vulkan support. More specifically, your GPU needs that. So you need to check if your GPU supports Vulkan. If it doesn't support Vulkan, you need to disable impeller when you run the app on the emulator.

flutter run --no-enable-impeller

This is the official doc from Flutter about impeller. https://docs.flutter.dev/perf/impeller

Update:

This is fixed with Flutter version 3.29.0

like image 116
Ares Avatar answered Nov 01 '25 22:11

Ares



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!