Hive: how to save images in Hive db

Created on 18 Jan 2021  路  3Comments  路  Source: hivedb/hive

Question
Please explain the problem you are running into.

Code sample

Provide a few simple lines of code to show your problem.

Version

  • Platform: iOS, Android, Mac, Windows, Linux, Web
  • Flutter version: [e.g. 1.5.4]
  • Hive version: [e.g. 0.5.0]
question

Most helpful comment

Don't. Save images as files in disk and store its name into database.

All 3 comments

Don't. Save images as files in disk and store its name into database.

I have a question: If I want to add offline support and web support, can I save it as bytes?

Yes you can. But I wouldn't suggest saving large binary data in database.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kaboc picture kaboc  路  3Comments

yaymalaga picture yaymalaga  路  4Comments

joaovbalmeida picture joaovbalmeida  路  4Comments

cachapa picture cachapa  路  4Comments

ninest picture ninest  路  3Comments