fixed ui and categories

This commit is contained in:
2025-04-14 00:43:04 +05:30
parent c2167f57d3
commit 31cc1b9c15
18 changed files with 730 additions and 844 deletions

View File

@@ -41,10 +41,10 @@ class ProductProvider extends ChangeNotifier {
Future<void> gettAllProduct(BuildContext context, String id, bool status,
String search, bool first) async {
if (isLoadingg || !hasMore) return;
print("kdjfhgkfkjdghkjkdfg");
// if (isLoadingg || !hasMore) return;
if (first) {
print("kdjfhgkfkjdghkjkdfg");
products.clear();
notifyListeners();
}