We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c51b3e commit 5e44123Copy full SHA for 5e44123
flutter_news_example/lib/app/routes/routes.dart
@@ -62,6 +62,7 @@ final GoRouter router = GoRouter(
62
(e) =>
63
e.toString() ==
64
'InterstitialAdBehavior.'
65
+ // ignore: lines_longer_than_80_chars
66
'${state.uri.queryParameters['interstitialAdBehavior']}',
67
)
68
: null;
flutter_news_example/lib/feed/widgets/category_feed_item.dart
@@ -88,7 +88,6 @@ class CategoryFeedItem extends StatelessWidget {
88
BuildContext context,
89
BlockAction action,
90
) async {
91
- final router = GoRouter.of(context);
92
if (action is NavigateToArticleAction) {
93
context.goNamed(
94
ArticlePage.routeName,
0 commit comments