更新登录

This commit is contained in:
wyf
2025-06-09 15:31:18 +08:00
parent 71a4504f78
commit 8dfc522a69
31 changed files with 1737 additions and 1662 deletions

View File

@@ -0,0 +1,6 @@
import 'package:flutter/material.dart';
class AppGlobal {
static final GlobalKey<NavigatorState> navigatorKey =
GlobalKey<NavigatorState>();
}