From c29a10c74936d6960a5a7b63cbf9d3fd739dc80f Mon Sep 17 00:00:00 2001 From: Mykyta Dubovyi Date: Tue, 19 Dec 2023 02:17:28 +0200 Subject: [PATCH] Changed method for displaying images --- lib/screens/cart.dart | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/screens/cart.dart b/lib/screens/cart.dart index 6627c90..27b1072 100644 --- a/lib/screens/cart.dart +++ b/lib/screens/cart.dart @@ -181,7 +181,7 @@ class CartItem extends StatelessWidget{ child: CachedNetworkImage( imageUrl: _product.imageUrls[0], placeholder: (context, url) => CircularProgressIndicator(), - errorWidget: (context, url, error) => Image.asset('../assets/img/default-white.png'), + errorWidget: (context, url, error) => Container(color: Colors.white,), ), ), SizedBox(width: 20), diff --git a/pubspec.yaml b/pubspec.yaml index 7c2feb7..e8d5be0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -83,6 +83,7 @@ flutter: - assets/icons/star.svg - assets/icons/half-star.svg - assets/icons/empty-star.svg + - assets/img/default-white.png # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware