flutter_downloader 0.0.7
flutter_downloader: ^0.0.7 copied to clipboard
A plugin for creating and managing download tasks. Supports iOS and Android.
0.0.1 #
- initial release.
0.0.2 #
- correct README document
0.0.3 #
- support HTTP headers
0.0.4 #
- fix bug: Worker finished with FAILURE on Android API 26 and above
0.0.5 #
- update metadata
0.0.6 #
- upgrade WorkManager to v1.0.0-alpha03
- change default value of
showNotification
totrue
(it makes sense on Android 8.0 and above, it helps our tasks not to be killed by system when the app goes to background)
0.0.7 #
- upgrade WorkManager to v1.0.0-alpha04