Issue
No project is working in Flutter, I installed the sdk and installed android studio, I am using vs code, my stable version, but I could not solve some kind of error. please help
https://github.com/flutter/flutter/issues/109789
Code value
Solution
Try running your flutter web app with html renderer and see if it works.
Paste this command to your terminal:
flutter run -d chrome --web-renderer html
Answered By – pupil gudang
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0