同步数据
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
/*
|
||||
* @Author: Aimee~
|
||||
* @Date: 2022-05-26 13:16:03
|
||||
* @LastEditTime: 2022-05-31 09:47:51
|
||||
* @LastEditors: Aimee
|
||||
* @Description:
|
||||
* @FilePath: /gl_dao/lib/main.dart
|
||||
*/
|
||||
import 'package:flutter/material.dart';
|
||||
import 'pages/tabs/tabs.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
// import 'pages/auth/auth.dart';
|
||||
void main() {
|
||||
@@ -12,7 +21,7 @@ class MyApp extends StatelessWidget {
|
||||
const MyApp({Key? key}) : super(key: key);
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
return GetMaterialApp(
|
||||
theme: ThemeData(
|
||||
brightness: Brightness.light,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user