split into multiple files

This commit is contained in:
2024-09-04 18:11:10 -04:00
parent 98fa3ddef6
commit af09833b9b
4 changed files with 129 additions and 124 deletions

View File

@@ -7,13 +7,12 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:ything_radio/main.dart';
import 'package:ything_radio/YthingRadio.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(const YthingRadio());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);