feat: logo-assembly splash screen and native launch colors

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 22:30:04 +09:00
parent 944c5733c9
commit 189ab469af
6 changed files with 140 additions and 21 deletions
+4
View File
@@ -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);