Flutter taking an unexpectedly long time for connecting to browser

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

    Same issue here. When trying the sample project, it works. I think the problem has something to do with dependencies, but have not figured out in detail.

    Update: Could be related: https://github.com/flutter/flutter/issues/40876 and https://github.com/flutter/flutter/issues/39998

    Update #2: I could reproduce the issue a described in https://github.com/flutter/flutter/issues/39998

    1) Create fresh flutter project with web support -> works.

    2) add import 'dart:io'; to main.dart -> blank screen

提交回复
热议问题