feat: update font family references and improve error handling in local storage

This commit is contained in:
2025-11-26 09:59:18 +03:30
parent b5be900182
commit 91e8d73030
7 changed files with 216 additions and 100 deletions

View File

@@ -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();