add setting, alertbox, etc

This commit is contained in:
Simon Ding
2024-07-05 14:45:42 +08:00
parent 321e36bb43
commit 6e50e84694
9 changed files with 167 additions and 10 deletions

View File

@@ -3,6 +3,7 @@ import 'package:ui/APIs.dart';
class WelcomePage extends StatefulWidget {
const WelcomePage({super.key});
static const route = "/welcome";
@override
State<StatefulWidget> createState() {