flutter_uploader
flutter_uploader copied to clipboard
background upload plugin for flutter
while upload video file, to sever mime type not available Response: Array ( [file] => Array ( [name] => 2020-08-11_22:19:44.937078.mov [type] => */* [tmp_name] => /tmp/phpDIxaZ3 [error] => 0 [size]...
After building and sending to the app store the build is rejected because of: `App Store Connect Operation Error: ERROR ITMS-90771: "Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain...
As I could see from the pub description, flutter web is currently not supported. Nevertheless, it would be great to support also web :smile: Looking forward for your take on...
i am trying to upload an image file its work fine in some of devices but not all some device like android v 4.4.4 and ... `Start uploading for up...
Hello, My server only allows collection from sources with a SSL client certificate. How can I add one to this plugin's connexion?
It would be great to implement Resumable Uploads, I am doing an integration for Vimeo and the videos that I will upload have a very large weight to upload them...
I upgraded to flutter 3.3.2 from 3.0.5, and I get the following error in release mode. Debug mode works fine, and 3.0.5 works fine. Note that the error only happens...
I have about 50 images in total uploading to the server in the background, but after about 20 uploads, it goes to over 30 seconds and the upload log stops...
Steps to Reproduce: 1. Put a aac file in Android with a .m4a container (https://pub.dev/packages/record will produce such a file) 2. Use mime package to determine mime type of file....