Does Flutter HiveDB lose data when updating app on the play store?

178

No. Unless the storage of the app is cleared or the app is uninstalled, updating the app will not affect stored data in Hive db.

Share:
178
SuPythony
Author by

SuPythony

I am a 14 year old enthusiastic programmer who loves to learn and use new technologies.

Updated on December 17, 2022

Comments

  • SuPythony
    SuPythony over 1 year

    Consider you have a Flutter app that uses HiveDB for local storage. It has been deployed to the play store and has many users. It saves local user data like progress, high scores, todos etc using HiveDB.

    If you update your app and release an update in the play store, will the database lose its data?