How to develop background sync functionality like google photos in flutter?

Viewed 215

I am developing a photo-sharing app in a flutter. I want to know is there any way to upload the photos, sync the photos with the cloud in the background when the user takes a new photo using the default camera app or other.

1 Answers
Related