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 21cb2eaCopy full SHA for 21cb2ea
app/lib/frontend/templates/views/landing/page.dart
@@ -4,7 +4,6 @@
4
5
import 'package:_pub_shared/search/search_form.dart';
6
import 'package:_pub_shared/search/tags.dart';
7
-import 'package:pub_dev/frontend/request_context.dart';
8
9
import '../../../../package/models.dart';
10
import '../../../../service/youtube/backend.dart';
@@ -36,8 +35,7 @@ d.Node landingPageNode({
36
35
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