How to check if the app is minimized in background in flutter?

前端 未结 1 846
刺人心
刺人心 2021-01-14 06:14

Is there an API to check if the app is minimized but haven\'t being killed yet so it\'s in background?

I googled it and also also search in GitHub issues, couldn\'t

1条回答
  •  -上瘾入骨i
    2021-01-14 06:17

    You can add WidgetsBindingObserver mixin to one or more of your widgets and listen to AppLifecycleState.

    Here is documentation and example

    0 讨论(0)
提交回复
热议问题