I was trying to save gallery image file using image picker. I don't know it's not saving in directory. So I decided to store it in database.
- How to store image in sqlite database?
- Image storing as String or Blob or any other type which is better to store image in database?
- Is there any problem storing in database than local storage?
- If you prefer local storage, then give me code of picking image using imagepicker and store it in local storage.