Add functional Theme selection, with Provider for state management

This commit is contained in:
2026-03-03 10:53:59 +01:00
parent ca16131c8d
commit 40d88d5082
6 changed files with 89 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ import 'package:frontend_splatournament_manager/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(const SplatournamentApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);