OTA Update attempt

This commit is contained in:
2026-03-11 22:28:38 +08:00
parent f8c79acbbc
commit 0bd2a94ece
12 changed files with 687 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
import 'package:flutter/widgets.dart';
/// Application-wide navigator key used for dialogs and external navigation
/// triggers (e.g. background message handlers, startup checks).
final GlobalKey<NavigatorState> globalNavigatorKey =
GlobalKey<NavigatorState>();