Initial commit

This commit is contained in:
2020-10-09 18:43:05 +02:00
parent 9d0ece2f52
commit 73597066c8
21 changed files with 26 additions and 83 deletions

View File

@@ -13,7 +13,7 @@ import 'package:menui_mobile/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(MyApp());
await tester.pumpWidget(App());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);