Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Flutter doesn't recognize Chrome as "web" or vice versa

I am wondering why Flutter recognizes this command:

flutter build web

but it stutters when I run:

flutter run -d web

like so:

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

enter image description here

the "error" of course being

No supported devices found with name or id matching ‘web’.

just a suboptimal human experience and wondering why it had to be me this time

>Solution :

web is not a device. If you want to run on chrome you should use

flutter run -d chrome
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading