fixed ui and categories
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user