feat: logo-assembly splash screen and native launch colors
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,6 +16,10 @@ void main() {
|
||||
child: const BlockSeasonsApp(),
|
||||
),
|
||||
);
|
||||
// Splash (~1.9s) → (later: season title card) → home.
|
||||
await tester.pump(const Duration(milliseconds: 2100));
|
||||
await tester.pump(const Duration(milliseconds: 2000));
|
||||
await tester.pump(const Duration(milliseconds: 2000));
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
expect(find.text('Block Seasons'), findsOneWidget);
|
||||
|
||||
Reference in New Issue
Block a user