switch to new image api strat and fix onboarding cache strat
This commit is contained in:
parent
48b434dad9
commit
a5bdee892c
39 changed files with 540 additions and 791 deletions
|
|
@ -42,6 +42,7 @@ void main() async {
|
|||
await Hive.openBox<ProfileLink>('personal_profile_links_box');
|
||||
await Hive.openBox<ProfileLink>('business_profile_links_box');
|
||||
await Hive.openBox<BusinessEmployee>('business_employees_box');
|
||||
await Hive.openBox<Map>('profile_modifications_queue');
|
||||
// Mzansi Wallet Data
|
||||
await Hive.openBox<MIHLoyaltyCard>('loyalty_card_box');
|
||||
await Hive.openBox<MIHLoyaltyCard>('fav_loyalty_card_box');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue