implements notification

This commit is contained in:
2025-04-24 18:48:12 +05:30
parent 31cc1b9c15
commit 029b71a247
34 changed files with 1724 additions and 705 deletions

View File

@@ -85,13 +85,11 @@ class _FavouriteScreenState extends State<FavouriteScreen>
top: 0,
right: 0,
child: AppNetworkImage(
radius: 10,
imageUrl: wishListProvider
.productDatumlastImageurl ??
"https://5.imimg.com/data5/SELLER/Default/2024/2/385126988/OL/DA/VW/8627346/1l-fortune-sunflower-oil.jpg",
backGroundColor: Colors.white,
),
),
],
@@ -151,7 +149,7 @@ class _FavouriteScreenState extends State<FavouriteScreen>
return Expanded(
child: DataNotFound(
imagePath: 'assets/images/wishlist.jpg',
message: "Your Wish list is empty. Please add some items",
message: "Data Not Found",
width: 250.w,
height: 200.h,
));
@@ -213,7 +211,6 @@ class _FavouriteScreenState extends State<FavouriteScreen>
.product!.productImages!.first.url ??
"https://i.pinimg.com/originals/a5/f3/5f/a5f35fb23e942809da3df91b23718e8d.png",
backGroundColor: APPCOLOR.bgGrey,
radius: 10,
),
),