Initial project

This commit is contained in:
Cody
2026-03-06 14:56:17 +08:00
parent 977b627b15
commit bf9e099747
1180 changed files with 50973 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import 'package:flutter_test/flutter_test.dart';
// 主应用使用 bootstrap() 初始化widget 级集成测试在此补充。
void main() {
testWidgets('placeholder', (WidgetTester tester) async {
// TODO: 添加具体的 widget 测试
});
}