Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open a Flutter .hive file from Hive in Android Studio

Can someone please explain how to open the .hive files generated by Flutter Hive when you create a Box and add to it?

Within my application, the files are stored as name.hive files.

I have tried opening them as JSON/XML/plain text but nothing seems to work, the contents are showing incorrectly

I am using Android Studio on Ubuntu

Just want to know how I can open the file and view the contents properly?

like image 429
mav91 Avatar asked Oct 18 '25 07:10

mav91


1 Answers

The easier way would be to copy .hive file to your computer and drag it into Hive Studio window.

I wrote an app and a tutorial using Hive DB, where I describe this.

like image 152
lomza Avatar answered Oct 20 '25 16:10

lomza