feat: update font family references and improve error handling in local storage
This commit is contained in:
@@ -11,12 +11,11 @@ Future<void> setupAllCoreProvider() async {
|
||||
diCore.registerSingleton<ImagePicker>(ImagePicker());
|
||||
|
||||
//max 500MB Map Cashing
|
||||
// await FMTCObjectBoxBackend().initialise();
|
||||
// await FMTCObjectBoxBackend().initialise();
|
||||
|
||||
await diCore.allReady();
|
||||
}
|
||||
|
||||
|
||||
Future<void> _setupLocalStorage() async {
|
||||
var localStorage = diCore.registerSingleton<HiveLocalStorage>(HiveLocalStorage());
|
||||
await localStorage.init();
|
||||
|
||||
Reference in New Issue
Block a user