Flutter for web: cannot find chrome as a connected device. How to enable chrome as a connected device to start developing on web?

Issue

I have followed the below steps to upgrade to latest version and still cannot find chrome as a connected device.

enter image description here

How do I enable chrome as a connected device so that I can start developing for web ?

Solution

run flutter config --enable-web on master or dev channel and then you can see chrome as a target in android studio or flutter devices

Update: With flutter 2.0 you can also do it on stable.

Answered By – aligator

Answer Checked By – Jay B. (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *