Insert and Fetch a List from Database(Sqflite) – Flutter
I have a form(title, description, images, etc...), in this form I pick multiple images and store them in a list, I want to insert this list of images in the database and also fetchAndSet the data later on. since we…