0
点赞
收藏
分享

微信扫一扫

Error: Could not find the correct Provider<GlobalBloc> above this BlocBuilder<GlobalBloc, GlobalStat

倚然君 2023-03-17 阅读 63


 报错代码

runApp(child: FlutterUnit());

修改为

runApp(BlocWrapper(child: FlutterUnit()));

举报

相关推荐

0 条评论