flutter_uploader 1.0.5 flutter_uploader: ^1.0.5 copied to clipboard
background upload plugin for flutter
1.0.5 #
- Android: update AGP and various dependencies
- Android: fixes memory leaks in the example project due to old image_picker dependency
- Android: fix memory leak due not unregistering ActivityLifecycleCallbacks
- Android: fix memory leak due to not unregistering WorkManager observers
1.0.3+2 #
- fix bug that upon cancellation it was cancelling the work request however it wasn't cancelling the already progressing upload request (android);
1.0.3+1 #
- remove Accept-Encoding header because OkHttp transparently adds it (android)
- documentation update
- clean up some code
1.0.3 #
- prevent from start uploading when directory is passed as file path
- update androidx workmanager to 2.0.0
- use observable for tracking progress instead of localbroadcastmanager (deprecation) on android
- fixed few typoes in code
- fixes few typoes in document
1.0.2 #
Thanks @ened for pull requests
- Prevent basic NPE when Activity is not set
- Upgrade example dependencies
- Use the latest gradle plugin
1.0.1 #
- updated licence
1.0.0 #
- initial release
- feature constists of: enqueue, cancel, cancelAll