flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

How to upload multiple images to firebase storage using this package

Open obitors opened this issue 3 years ago • 0 comments

Hi, I am building an application where I have to upload multiple photos to firebase storage and then create a post request to MySql. Currently, I am iteratively uploading photos one by one and then creating MySQL posts for them. I want to run this whole process in the background. Any kind of help would be highly appreciated.

obitors avatar Jan 23 '22 07:01 obitors