I\'m building flutter web project and after implenting login page via firebase I ran flutter run -d chrome. But it\'s stuck while attempting to connect to browser, its just atte
flutter run -d web-server
The answer mentioned by @Giampaolo is a great workaround!