If I have a new version of my Flutter-App und want to delete/remove my old Hive-boxes before my new app-version starts with runApp(MaterialApp ...
What is the correct way to implement that?
I'm new to Flutter and I experienced problems when changing the type of a box-content. So my idea was to be on the save side with deleting/removing and re-init everything with each new version of my app.
But maybe I am wrong?
Thank your for your help!!!