1

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.

Amon C
  • 1,710
  • 9
  • 17

1 Answers1

0

Assuming this is a question regarding flutter app, I came across few articles that explains step by step procedure to upload images

Code snipper

Uploading images on firebase

Github repo

hardik9850
  • 581
  • 1
  • 9
  • 26