flutter_uploader
flutter_uploader copied to clipboard
background upload plugin for flutter
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...
For example: after compressing with video_compress (https://pub.dev/packages/video_compress) plugin, path could be: '/storage/emulated/0/Android/data/com.example/files/video_compress/VID_2021-10-25 02-21-21.mp4' which would be detected as mime type 'application/octet-stream' instead of 'video/mp4' Debated on whether this is an...
Flutter Web: We are waiting for a solution that can store large files in firebase storage to be supported quickly. Is it possible?
While trying to upload video file to vimeo .. the above exception occurs. But for ios part it works fine
* Prevents the event channels from sinking an event more than once * Removes UploadResultDatabase The CacheStreamHandler and UploadResultDatabase would play hand in hand to continuously increase memory usage. After...
After uploading one or multiple files the app crashes due to a memory issue. This happens at around 1:30 min. after the upload is started/finished (not sure). The only log...
Hi there! The Android implementation changes the header – causing services like the Azure blob storage to reject uploads as the header is modified. The iOS implementation does not do...
Hello I used flutter_uploader 1.2.1 and catch progress uploading status. But after exchange from 1.2.1 to beta version, I can't catch progress of uploading. Beta version is based on multipart...