isar / hive

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

How to do versioning for my flutter application #1319

Open alperenmfol opened 1 week ago

alperenmfol commented 1 week ago

I need to version my application using hive because whenever I update it, the application does not open. I need to clear the memory for it to open, how can I prevent this?