create project

This commit is contained in:
zhugy781
2025-12-10 10:02:19 +08:00
commit 66fb0b7157
11 changed files with 424 additions and 0 deletions

5
test/web_tools_test.dart Normal file
View File

@@ -0,0 +1,5 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
test('adds one to input values', () {});
}