Flutter taking an unexpectedly long time for connecting to browser

前端 未结 6 1609
情深已故
情深已故 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:38

    Same issue: It use to take lot of time to load and 'r', the hot reload command never worked.

    For me cleaning builds by "flutter clean" did the magic.

提交回复
热议问题