diff --git a/lib/screens/cart.dart b/lib/screens/cart.dart index 27b1072..8455f2f 100644 --- a/lib/screens/cart.dart +++ b/lib/screens/cart.dart @@ -216,7 +216,7 @@ class CartItem extends StatelessWidget{ backgroundColor: Colors.blue, padding: EdgeInsets.symmetric(horizontal: 12, vertical: 6), ), - icon: SvgPicture.asset("../assets/icons/amazon.svg", height: 15), + icon: SvgPicture.asset("assets/icons/amazon.svg", height: 15), label: Text(""), ), ) diff --git a/pubspec.yaml b/pubspec.yaml index b1cec1c..2d84328 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/icons/amazon.svg - assets/img/default-white.png # An image asset can refer to one or more resolution-specific "variants", see