Split up routes

This commit is contained in:
2023-04-07 11:50:02 +12:00
parent 5584f44b92
commit 03eaa16842
10 changed files with 372 additions and 111 deletions
+1 -2
View File
@@ -7,13 +7,12 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:fmassive/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
await tester.pumpWidget(MyApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);