fix product search/filter

This commit is contained in:
Phuoc Nguyen
2025-11-19 15:48:51 +07:00
parent 03a7b7940a
commit 841d77d886
19 changed files with 638 additions and 142 deletions

View File

@@ -191,7 +191,7 @@ final class CitiesProvider extends $AsyncNotifierProvider<Cities, List<City>> {
Cities create() => Cities();
}
String _$citiesHash() => r'92405067c99ad5e33bd1b4fecd33576baa0c4e2f';
String _$citiesHash() => r'54a7db2bdf4874286493e8631d38cfac7707627e';
/// Manages list of cities with offline-first approach
///
@@ -285,7 +285,7 @@ final class WardsProvider
}
}
String _$wardsHash() => r'7e970ebd13149d6c1d4e76d0ba9f2a9a43cd62fc';
String _$wardsHash() => r'a680d66a629d6c1beadb3128c29fefca5607f39a';
/// Manages list of wards for a specific city with offline-first approach
///