Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-sharmaa committed Jun 25, 2024
1 parent 5d22766 commit 6e69912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/widgets/post_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class PostCard extends StatelessWidget {
image: showcase['image'] != null
? DecorationImage(
image: AssetImage(showcase['image']),
filterQuality: filterQuality,
fit: BoxFit.cover)
: null),
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6e69912

Please sign in to comment.