hive
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)?
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.
- Click the button on Android or Web to upload the Hive file to the server.
- Download the Hive file from an operating system that does not upload files.
- 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]