We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfb8df commit 3175512Copy full SHA for 3175512
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.10.0
2
+
3
+- Add `allowCellular` argument to `loadTasksWithRawQuery()` (#765)
4
+- Fix database of download tasks being created in a public directory on iOS (#728)
5
+- Add `allowCellular` argument to `DownloadCallback` (#754)
6
7
## 1.9.1
8
9
- Fix last download progress being wrong on Android (#752)
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_downloader
description: Powerful plugin making it easy to download files.
-version: 1.9.1
+version: 1.10.0
repository: https://github.com/fluttercommunity/flutter_downloader
issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues
maintainer: Bartek Pacia (@bartekpacia)
0 commit comments