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 41617ac commit 09894c2Copy full SHA for 09894c2
app/lib/frontend/templates/views/landing/page.dart
@@ -36,8 +36,7 @@ d.Node landingPageNode({
36
viewAllEvent: 'landing-flutter-favorites-view-all',
37
viewAllTitle: 'Search Flutter Favorites packages',
38
),
39
- if (requestContext.experimentalFlags.showTrending &&
40
- _isNotEmptyList(trendingPackages))
+ if (_isNotEmptyList(trendingPackages))
41
_block(
42
shortId: 'mp',
43
image: d.Image.decorative(
0 commit comments