Flutter – Backing up application data
In my app I have a backup screen for the data I have in the app.
I work with an ObjectBox, and I have a button that generates a .zip backup file with .mdb files and another button where I can select this file to load the backup into the app.