hive icon indicating copy to clipboard operation
hive copied to clipboard

Can the hive file stored in Mobile (Android) be used in Web (IndexedDB)? Or can I use Hive files stored in Web (IndexedDB) in Mobile (Android)?

Open SeongWoo-97 opened this issue 3 years ago • 0 comments

Question hello. I find Hive very good and I am using it well. The Flutter App I developed is using Hive. However, I did not check and proceed with development. I never imagined that the file extension of Hive files in Android and the file extension used in Web (IndexedDB) would be different.

My initial plan was as follows.

  1. Click the button on Android or Web to upload the Hive file to the server.
  2. Download the Hive file from an operating system that does not upload files.
  3. The Hive file will be used by the operating system that does not upload.

Can I achieve my plans with Hive?

Version

  • Platform: Android, Web
  • Flutter version: [e.g. 2.10.5]
  • Hive version: [e.g. 2.1.0]

SeongWoo-97 avatar Aug 10 '22 17:08 SeongWoo-97