fluttercommunity/flutter_uploader

How to upload multiple images to firebase storage using this package

Opened this issue · 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.