feat: enhance error handling; implement copyable SnackBar for user messages across various screens
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-04 22:10:23 +02:00
parent 2c8d6b69ae
commit 1b1d5d006d
15 changed files with 60 additions and 31 deletions
+3
View File
@@ -17,6 +17,9 @@ class RecipeApp extends ConsumerWidget {
final router = ref.watch(appRouterProvider);
return MaterialApp.router(
onGenerateTitle: (context) => context.l10n.appTitle,
builder: (context, child) {
return SelectionArea(child: child ?? const SizedBox.shrink());
},
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.green),
useMaterial3: true,