1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

Add analysis_options, fix and format. (#102)

This commit is contained in:
Brett Morgan
2019-07-03 06:36:13 +10:00
committed by GitHub
parent 87b42f92e3
commit 45e4a228f5
5 changed files with 48 additions and 17 deletions

View File

@@ -5,5 +5,5 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('This test always passes', (WidgetTester tester) async {});
testWidgets('This test always passes', (tester) async {});
}