I have an flutter iOS application that allows the user to pick images from device gallery while device internet is off. Then I store the respective image path in SQFLight Db and Once the user got internet I'll send the images to server
Now the problem is when I pick image and stored the path in DB then I updated the New version app from testflight the saved images are missing
I'm using file_picker: ^5.2.5 to pick images
Any Help on this ?