Life cycle in flutter

前端 未结 8 843
予麋鹿
予麋鹿 2020-12-07 10:48

Does flutter have a method like Activity.resume() which can tell developer the user has gone back to the activity.

When I pick the data from internet in

8条回答
  •  佛祖请我去吃肉
    2020-12-07 11:16

    There's an example here: https://github.com/flutter/flutter/blob/master/examples/layers/services/lifecycle.dart

    You need to use WidgetsBindingObserver

提交回复
热议问题