const routes; drop universal_io

This commit is contained in:
Fabian Freund
2025-11-27 07:52:50 +01:00
parent 00d0599dde
commit 41605c22c9
17 changed files with 37 additions and 38 deletions
@@ -210,7 +210,7 @@ class FeedArticleScreen extends HookConsumerWidget {
);
if (context.mounted) {
BrowserRoute().go(context);
const BrowserRoute().go(context);
}
},
icon: const Icon(Icons.open_in_browser),
@@ -258,7 +258,7 @@ class FeedArticleScreen extends HookConsumerWidget {
context,
tabName: title.whenNotEmpty,
onShow: () {
BrowserRoute().go(context);
const BrowserRoute().go(context);
},
);
}