fluttercommunity / flutter_uploader

background upload plugin for flutter
MIT License
212 stars 144 forks source link

Added useBackgroundUrSession key for default and background session configuration #254

Open Neelansh-ns opened 1 year ago

Neelansh-ns commented 1 year ago

Added a parameter useBackgroundUrSession to differentiate if we need to upload using the default session Configuration.

Background session configuration offers lower upload speeds and is mainly at the mercy of the OS. Using the default session config, we can finish the upload task much faster if needed.