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 6c2b0e0 commit bfa0111Copy full SHA for bfa0111
app/lib/frontend/handlers/experimental.dart
@@ -13,6 +13,10 @@ const _publicFlags = <PublicFlag>{
13
(name: 'download-counts', description: 'Download count metrics'),
14
(name: 'search-completion', description: 'Completions for the search bar'),
15
(name: 'search-topics', description: 'Show matching topics when searching'),
16
+ (
17
+ name: 'download-counts-version-chart',
18
+ description: 'Show downloads counts version chart'
19
+ ),
20
};
21
22
final _allFlags = <String>{
0 commit comments