Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter sample app not working

Today I started development in Flutter. I have completed setup and installation process. When I try to run sample app created by following steps mentioned here.

I don't know what can be problem/Issue.

But output look like this in Android Emulator.

enter image description here

like image 526
Wasim K. Memon Avatar asked Feb 10 '26 04:02

Wasim K. Memon


1 Answers

I assume it is an issue with hardware rendering in the emulator.

See also https://github.com/flutter/flutter/issues/12112

If it actually is the problem you should be able to work around with

flutter run --enable-software-rendering -t lib/main.dart 

(-t lib/main.dart is default and optional)

like image 56
Günter Zöchbauer Avatar answered Feb 14 '26 12:02

Günter Zöchbauer



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!