💄 Dynamic app color based on playing track

This commit is contained in:
2025-12-16 23:24:26 +08:00
parent 29edbfbb8a
commit 5edc9cf2ca
9 changed files with 482 additions and 35 deletions

View File

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