Flutter taking an unexpectedly long time for connecting to browser

前端 未结 6 1614
情深已故
情深已故 2021-02-13 04:04

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

6条回答
  •  情深已故
    2021-02-13 04:23

    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.

提交回复
热议问题