-
Currently, I am developing a mobile application and I want to run it on the web, but when I run the project, I encounter the error shown below: Error when run project
-
Here is my flutter doctor output:
Flutter doctor -
I have tried:
flutter channel stable
flutter config --enable-web
flutter run -d chrome
-
I would like to know what error my project is currently facing and how I can run my project on the web. I would greatly appreciate any support. Thank you.