Flutter app screen blur on emulator

550

Some devices are not properly recognized to not support hardware rendering.

Run with the additional parameter

flutter run --enable-software-rendering

See also

Share:
550
Mohan
Author by

Mohan

Updated on November 28, 2022

Comments

  • Mohan
    Mohan over 1 year

    enter image description here

    Hi just created HelloWorld flutter application, all the instructions followed by the official site, if i run the application on emulator/genymotion getting blur screen, please check the attached image. if i run same application on device then it is working fine.

    How to solve this issue?

  • Günter Zöchbauer
    Günter Zöchbauer about 6 years
    Glad to hear :) It's quite a common issues.
  • Rémi Rousselet
    Rémi Rousselet about 6 years
    Is that a solution to shadow problem on emulators too ?
  • Günter Zöchbauer
    Günter Zöchbauer about 6 years
    @RémiRousselet not sure what you mean with "shadow problem on emulators".
  • Rémi Rousselet
    Rémi Rousselet about 6 years
    There another similar problem. Where shadows becomes fully opaque and text looks similar to a QRcode
  • Günter Zöchbauer
    Günter Zöchbauer about 6 years
    It's possible, I can't remember seeing this issue mentioned before. Should be easy to test if you can reproduce.