在 Flutter 中使用 Getx 管理应用程序生命周期状态?
Managing app lifecycle state with Getx in flutter?
管理应用程序生命周期状态的最佳方法是什么?
您会使用带有 WidgetsBindingObserver 的 getxservice 来实现吗?
提前致谢。
您可以将控制器 class 扩展为 FullLifeCycleController
而不是 GetXController
。
FullLifeCycleController
实际上用 WidgetsBindingObserver 扩展了 GetXController。
这个 gist 可能会对您有所帮助。 :)
管理应用程序生命周期状态的最佳方法是什么?
您会使用带有 WidgetsBindingObserver 的 getxservice 来实现吗?
提前致谢。
您可以将控制器 class 扩展为 FullLifeCycleController
而不是 GetXController
。
FullLifeCycleController
实际上用 WidgetsBindingObserver 扩展了 GetXController。
这个 gist 可能会对您有所帮助。 :)