isar / hive

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

Date getting removed from box once we close our flutter app completely.. #1299

Open appconsultio opened 3 months ago

appconsultio commented 3 months ago

@simc We are using Hive to store offline data when mobile application internet connectivity is lost. Now we are facing one major issue and not able to find any solution for the same..

Our offline stored data are getting removed from flutter mobile app once app gets closed completely. (In terminate state)

Mobile app framework - Flutter hive_flutter: ^1.1.0 hive: ^2.2.3