From e03d828a55442eac81f20363bc50beaef36d4b1e Mon Sep 17 00:00:00 2001 From: mono Date: Fri, 23 Dec 2022 17:16:31 +0900 Subject: [PATCH] Fix warning --- example/lib/app.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/example/lib/app.dart b/example/lib/app.dart index fa71c6b..d86b46d 100644 --- a/example/lib/app.dart +++ b/example/lib/app.dart @@ -11,7 +11,6 @@ class App extends ConsumerWidget { @override Widget build(BuildContext context, WidgetRef ref) { - final router = ref.watch(routerProvider); return MaterialApp.router( title: title, theme: lightTheme(),