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
You can convert an image to BASE64 and store image as a string in your database. Check this link and this one