From 0ef8f2e5a54ceedddf3059eacd409819ba0d11da Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Wed, 19 Nov 2025 13:48:48 -0500 Subject: [PATCH] add comment about bug --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 30bdd92..d32c259 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -28,6 +28,7 @@ class App extends ConsumerWidget { Widget build(BuildContext context, WidgetRef ref) => DynamicColorBuilder( builder: (lightDynamic, darkDynamic) => MaterialApp( debugShowCheckedModeBanner: false, + // Use indigo to work around bugs in theme generation theme: (lightDynamic ?? ColorScheme.fromSeed(seedColor: Colors.indigo)) .theme, darkTheme: