chore: initialize Guangya Flutter project
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user