add sync data package, enable offline display of mzansi wallet, about mih & mzansi ai
This commit is contained in:
parent
f588e9f715
commit
6ad1ea613c
18 changed files with 826 additions and 833 deletions
|
|
@ -45,6 +45,7 @@ void main() async {
|
|||
// Mzansi Wallet Data
|
||||
await Hive.openBox<MIHLoyaltyCard>('loyalty_card_box');
|
||||
await Hive.openBox<MIHLoyaltyCard>('fav_loyalty_card_box');
|
||||
await Hive.openBox<int>('about_mih_box');
|
||||
|
||||
// await Firebase.initializeApp(
|
||||
// // options: DefaultFirebaseOptions.currentPlatform,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue