add favorite

This commit is contained in:
Phuoc Nguyen
2025-11-18 11:23:07 +07:00
parent 192c322816
commit a5eb95fa64
25 changed files with 2506 additions and 978 deletions

View File

@@ -156,8 +156,8 @@ class HiveService {
// Notification box (non-sensitive)
Hive.openBox<dynamic>(HiveBoxNames.notificationBox),
// Favorites box (non-sensitive)
Hive.openBox<dynamic>(HiveBoxNames.favoriteBox),
// Favorite products box (non-sensitive) - caches Product entities from wishlist API
Hive.openBox<dynamic>(HiveBoxNames.favoriteProductsBox),
]);
// Open potentially encrypted boxes (sensitive data)