Skip to content

Commit bfa0111

Browse files
committed
Add new download counts experimental flag to public flags
1 parent 6c2b0e0 commit bfa0111

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/lib/frontend/handlers/experimental.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ const _publicFlags = <PublicFlag>{
1313
(name: 'download-counts', description: 'Download count metrics'),
1414
(name: 'search-completion', description: 'Completions for the search bar'),
1515
(name: 'search-topics', description: 'Show matching topics when searching'),
16+
(
17+
name: 'download-counts-version-chart',
18+
description: 'Show downloads counts version chart'
19+
),
1620
};
1721

1822
final _allFlags = <String>{

0 commit comments

Comments
 (0)