Flutter : Bad state: Stream has already been listened to

前端 未结 11 1327
灰色年华
灰色年华 2020-12-03 04:21

    class MyPage extends StatelessWidget {
      @override
      Widget build(BuildContext context) {
        return Defaul         


        
11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 04:46

    In my case I was Using the Package Connectivity while on flutter web. Commenting all Connectivity calls solved the issue.

    I'm now just using Connectivity while only on Android/iOS.

    So maybe check your Packages im you are using some packages that have some issues on Web in case you are developing for web.

    Hopefully I could help someone with this Information.

提交回复
热议问题