by @kodeazy

No supported devices found with name or id matching web?

Home » flutter » No supported devices found with name or id matching web?

I was trying to run my flutter application using below command

flutter run

Got Below suggestion

D:\Android_Studio_Flutter_learning\decimal_tobinary>flutter run
No supported devices connected.
The following devices were found, but are not supported by this project:
Windows (desktop) • windows • windows-x64    • Microsoft Windows [Version 10.0.23895.9432]
Chrome (web)      • chrome  • web-javascript • Google Chrome
Edge (web)        • edge    • web-javascript • Microsoft Edge
If you would like your app to run on web or windows, consider running `flutter create .` to generate projects for these
platforms.

Above suggestion suggests that I have three options to run my flutter app using command prompt
i.e
Windows
Chrome
Edge
Below is an example syntax of using Edge

flutter run -d Edge

Image not found