pagedetails

This commit is contained in:
2025-01-29 19:02:28 +05:30
parent 5c69ac3322
commit cae6f13d35
19 changed files with 1391 additions and 531 deletions

View File

@@ -235,6 +235,8 @@ class _FavouriteScreenState extends State<FavouriteScreen>
Widget itemList() {
return Consumer<ProductProvider>(builder: (context, provider, child) {
print(
"sdhfgkj ${provider.wishListItem.length} ${provider.isWishListItemLoadingg}");
if (provider.isWishListItemLoadingg) {
return Expanded(child: Center(child: CircularProgressIndicator()));
} else if (provider.wishListItem.isEmpty) {