You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to build a Flutter Web Application #9 on my Mac #13 I was unable to get the Google Chrome browser to be recognised as a device in Flutter ...
While attempting to build a Flutter Web Application #9 on my Mac #13 I was unable to get the Google Chrome browser to be recognised as a device in Flutter ...
After a bit of googling I found: [Web] 'flutter devices' does not list chrome flutter/flutter#40232
where @chenfei-io (Son Goku ;-) recommends the following steps: flutter/flutter#40232 (comment)
Another 200Mb ... 🙄 (this framework is really not for people who are bandwidth constrained!!)
https://dart.dev/tools/pub/pubspec#name
Fix: replace hyphens for underscores.
Now when I execute the command
flutter run -d chrome
I see:Now when I run
flutter devices
I see:🚀
The text was updated successfully, but these errors were encountered: