diff --git a/lib/widgets/post_card.dart b/lib/widgets/post_card.dart index 85926fb..6922608 100644 --- a/lib/widgets/post_card.dart +++ b/lib/widgets/post_card.dart @@ -41,6 +41,7 @@ class PostCard extends StatelessWidget { image: showcase['image'] != null ? DecorationImage( image: AssetImage(showcase['image']), + filterQuality: filterQuality, fit: BoxFit.cover) : null), ), diff --git a/pubspec.yaml b/pubspec.yaml index 837dd61..c5a2223 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -86,12 +86,12 @@ flutter: - assets/images/infoflight/thumbnail/ - assets/images/armenu/ - assets/images/arcade/ - - assets/images/showcase_banner/ - assets/images/armenu/thumbnail/ - assets/images/TRP/ - assets/images/TRP/thumbnail/ - assets/images/leaderboard/ - assets/slotmachine/ + - assets/showcase_banner/ # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware.