macOS and Linux support

This commit is contained in:
Tony Bark 2021-05-08 19:00:08 -04:00
parent b29a46366a
commit 22cecb89a4
46 changed files with 1787 additions and 63 deletions

View file

@ -11,12 +11,8 @@ import 'package:flutter_test/flutter_test.dart';
import 'package:bullseye/main.dart';
void main() {
testWidgets('Smoke test', (WidgetTester tester) async {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(BullsEyeApp());
// Tap the '+' icon and trigger a frame.
await tester.tap(find.text("Hit me!"));
await tester.pump();
});
}