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 71c95dd commit 08862c3Copy full SHA for 08862c3
lib/router/routes.dart
@@ -17,10 +17,6 @@ abstract final class Routes {
17
static const feedFilterSources = 'sources'; // Path: /feed/filter/sources
18
static const feedFilterSourcesName = 'feedFilterSources';
19
20
- static const feedFilterCountries =
21
- 'countries'; // Path: /feed/filter/countries
22
- static const feedFilterCountriesName = 'feedFilterCountries';
23
-
24
static const search = '/search';
25
static const searchName = 'search';
26
static const account = '/account';
0 commit comments