File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ abstract final class Routes {
96
96
'article/:id' ; // Relative to accountSavedHeadlines
97
97
static const String accountArticleDetailsName = 'accountArticleDetails' ;
98
98
99
+ // --- Global Article Details ---
100
+ // This route is intended for accessing article details from contexts
101
+ // outside the main bottom navigation shell (e.g., from entity detail pages).
102
+ static const globalArticleDetails = '/article/:id' ; // Top-level path
103
+ static const globalArticleDetailsName = 'globalArticleDetails' ;
104
+
99
105
// --- Manage Followed Items Sub-Routes (relative to /account/manage-followed-items) ---
100
106
static const followedCategoriesList = 'categories' ;
101
107
static const followedCategoriesListName = 'followedCategoriesList' ;
You can’t perform that action at this time.
0 commit comments