isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 409 forks source link

Fail to initialize Hive 4.0.0 for Flutter Web? #1265

Open Terranic opened 11 months ago

Terranic commented 11 months ago

Hi all,

what is the new way to initialize Hive 4.0.0 for Flutter web?

final dir = await getApplicationDocumentsDirectory(); Hive.defaultDirectory = dir.path;

fails because Path_Provider is not available on browsers. There does not seem any other init method. Does anyone know?

978bobs commented 10 months ago

I think it states either in Hive or Isar that version 4 web doesn't persist data so it is only held in the browser session and then lost.