BlocListener在Cubit函数调用后未被执行。
创始人
2024-12-22 21:30:23
0

当Cubit的状态发生改变时,BlocListener才会被执行。因此,如果需要在调用Cubit函数后立即执行BlocListener,可以手动调用Cubit的emit函数来触发其状态的变化。以下是一个示例:

class CounterCubit extends Cubit {
  CounterCubit() : super(0);

  void increment() {
    emit(state + 1);
  }
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: Text('Bloc Listener Example')),
        body: BlocListener(
          listener: (context, state) {
            print('The new state is $state');
          },
          child: Center(
            child: RaisedButton(
              child: Text('Increment'),
              onPressed: () {
                context.bloc().increment(); // 触发状态更新
              },
            ),
          ),
        ),
      ),
    );
  }
}

在这个示例中,当用户点击按钮时,CounterCubitincrement函数被调用,并调用了emit函数来更新其状态。由于状态发生了改变,BlocListenerlistener函数将被执行,并打印出新状态的值。

相关内容

热门资讯

透视安装!hhpoker免费透... 透视安装!hhpoker免费透视脚本,aapoker可以开挂吗,重大来袭(有挂透明)1、构建自己的微...
透视线上!hhpoker透视脚... 透视线上!hhpoker透视脚本,拱趴大菠萝万能辅助器,可靠技巧(都是真的是有挂)准备好在hhpok...
透视线上!红龙poker透视,... 1、透视线上!红龙poker透视,德扑圈透视,细节方法(往昔有挂);详细教程。2、红龙poker透视...
透视透视!红龙poker辅助,... 透视透视!红龙poker辅助,aapoker有脚本吗,实测交流(有挂教程)是一款可以让一直输的玩家,...
透视挂!wepoker底牌透视... 透视挂!wepoker底牌透视脚本下载,hhpoker到底可以作弊吗,必赢教程(起初真的有挂);支持...
透视app!aapoker辅助... 透视app!aapoker辅助插件工具下载,hhpoker辅助下载,专业讨论(有挂方法)1、每一步都...
透视真的!hhpoker辅助软... 透视真的!hhpoker辅助软件,poker红龙辅助,辅助教程(竟然存在有挂);原来确实真的有挂(需...
透视安装!hhpoker辅助软... 透视安装!hhpoker辅助软件,wepoker底牌透视脚本http,揭秘真相(有挂总结);wepo...
透视好友房!aapoker辅助... 透视好友房!aapoker辅助工具存在吗,wpk德州局怎么透视,揭秘教程(一向是有挂);是一款可以让...
透视模拟器!hhpoker辅助... 透视模拟器!hhpoker辅助软件,hhpoker透视脚本安卓,分享给玩家(有挂攻略)是一款可以让一...