No devices found with name or id matching chrome
Dec 16, 2019
I found the issue when I followed https://flutter.dev/docs/get-started/web for Flutter Web App setup.
1 | $ flutter run -d chrome |
When I check the device list, only Web Server is available.
1 | $ flutter devices |
By googling the error message, some people say it could because wrong flutter branch was used. I checked the documentation again, it does say beta, not the problem.
Out of nowhere, I just realized that I don’t have Chrome installed in my fresh Ubuntu. If it says the Web Server is ready, why can’t I just use the Web Server directly?
1 | $ flutter run |
From the console output http://localhost:33077/
, open it with any web browser you have.
Tada, it works.