How to save image data to sqflite database in flutter for persistence

前端 未结 2 700
囚心锁ツ
囚心锁ツ 2021-02-19 22:43

I\'m building a Flutter app where I would like to keep the data offline.

I\'m capturing an image using the camera or gallery image picker and able to store that image i

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 23:00

    You can convert an image to BASE64 and store image as a string in your database. Check this link and this one

提交回复
热议问题