From 070996ea7b87e6f534b80439d76e910d1e6d631c Mon Sep 17 00:00:00 2001 From: stasex Date: Tue, 19 Dec 2023 15:57:53 +0200 Subject: [PATCH] fix displaying the Amazon logo --- 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 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