This commit is contained in:
toly
2023-10-12 08:13:08 +08:00
parent e95c34018e
commit 75690361b3
52 changed files with 1739 additions and 39 deletions

14
lib/13/01____/main.dart Normal file
View File

@@ -0,0 +1,14 @@
import 'package:flutter/material.dart';
import 'pages/app/app.dart';
import 'pages/app/app_router_delegate.dart';
AppRouterDelegate router = AppRouterDelegate();
void main() {
runApp(const App());
}