add comment about bug

This commit is contained in:
Henry Hiles 2025-11-19 13:48:48 -05:00
commit 0ef8f2e5a5
No known key found for this signature in database

View file

@ -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: