SQLite Assets image path

Database & APIs

Hi everyone, I have an issue saving images offline. I've decided to use SQLite to store survey data, which includes 2 images and data fields per entry . Can I save the images locally in SQLite and later sync them with Firebase.

How can i achieve these and whats data type format is for image in SQLite , should i store the image as a file path or BLOB (Binary Large Object) which would later syn when online and update the the collection with the offline data

What have you tried so far?

Converting too base64 on app state is not working , that's why i have switch to SQlite due to large amounts of data stored in areas that have no network.

Did you check FlutterFlow's Documentation for this topic?
No
1
2 replies