美文网首页
使用fish_redux flutter页面的生命周期

使用fish_redux flutter页面的生命周期

作者: 柴柴777 | 来源:发表于2021-04-02 12:57 被阅读0次

    要在effect里去监听

    page要混入with WidgetsBindingObserverMixin

    Lifecycle.didChangeAppLifecycleState监听flutter生命周期的变化

    AppLifecycleState.inactive: // 处于这种状态的应用程序应该假设它们可能在任何时候暂停。 AppLifecycleState.resumed:// 应用程序可见,前台
    AppLifecycleState.paused: // 应用程序不可见,后台
    AppLifecycleState.detached://Navigator.pop执行之后

    相关文章

      网友评论

          本文标题:使用fish_redux flutter页面的生命周期

          本文链接:https://www.haomeiwen.com/subject/hmnfkltx.html