chore: initialize Guangya Flutter project

This commit is contained in:
ngfchl
2026-07-18 10:23:34 +08:00
commit 6bcc3fdf18
143 changed files with 13939 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('App starts', (WidgetTester tester) async {
// Basic smoke test
expect(true, isTrue);
});
}