Add follow updates feature. Close #189

This commit is contained in:
2025-02-15 16:05:38 +08:00
parent 562ac9a95b
commit 317e0f87e5
9 changed files with 907 additions and 22 deletions

View File

@@ -62,6 +62,7 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
App.registerForceRebuild(forceRebuild);
SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
WidgetsBinding.instance.addObserver(this);
checkUpdates();
super.initState();
}