更新弹窗
This commit is contained in:
@@ -87,6 +87,7 @@ import 'controller/user_info_controller.dart';
|
||||
import 'routers/routers.dart';
|
||||
|
||||
Future<void> main() async {
|
||||
final ThemeController themeController = Get.put(ThemeController());
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
final Locale? deviceLocale = Get.deviceLocale;
|
||||
@@ -569,7 +570,6 @@ Future<void> dealBindProcess() async {
|
||||
|
||||
class MyApp extends StatelessWidget {
|
||||
MyApp({super.key});
|
||||
final ThemeController themeController = Get.put(ThemeController());
|
||||
|
||||
Widget buildmht(BuildContext context, BoxConstraints cons) {
|
||||
return GetMaterialApp(
|
||||
|
||||
Reference in New Issue
Block a user