flutter_uploader
flutter_uploader copied to clipboard
How to upload multiple images to firebase storage using this package
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.