spideythewebhead / flutterlifecyclehooks

MIT License
12 stars 3 forks source link

有没有页面生命周期的方案 #13

Open wscqs opened 4 weeks ago

wscqs commented 4 weeks ago

这是 App 的生命周期,我想问看看有没有页面的生命周期(就每次页面可见,如导航页面前进回退,都希望有个可见时的回调)?

spideythewebhead commented 3 weeks ago

Hello,

This is not in the scope of this plugin. Depending on the routing strategy you mind have a different way of achieving this. For example with navigator 1, you could have a look on this https://api.flutter.dev/flutter/widgets/ModalRoute-class.html isCurrent property.