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
Same issue . It wasn't able to get the instance of browser.
I tried removing unused imports, in my case "import 'dart:ffi';" this was the unused import and ta daa ... it worked !!!.
i just don't know what exactly the problm was.