We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e714466 commit 6527713Copy full SHA for 6527713
lib/router/routes.dart
@@ -25,6 +25,8 @@ abstract final class Routes {
25
// --- Sub Routes ---
26
// Article details is now relative to feed
27
static const articleDetailsName = 'articleDetails';
28
+ // Add a new name for article details when accessed from search
29
+ static const searchArticleDetailsName = 'searchArticleDetails';
30
// Settings is now relative to account
31
static const settings = 'settings'; // Relative path
32
static const settingsName = 'settings';
0 commit comments