This commit is contained in:
rang 2025-12-24 22:39:07 +08:00
parent 161ac021b2
commit ead8850b2e
4 changed files with 5 additions and 11 deletions

View file

@ -14,7 +14,7 @@ Future initStorage() async {
// );
// await storageDir.create(recursive: true);
Hive.initFlutter(appName);
await Hive.initFlutter(appName);
// Hive.defaultDirectory = appDocumentsDir.path;
// appLogger.config('Hive storage directory init: ${Hive.defaultDirectory}');