Skip to content

Commit 6ef88b6

Browse files
authored
bump version to 1.10.1 (#789)
1 parent 969daef commit 6ef88b6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
## 1.10.1
2+
3+
- Fix crash when `allowCellular` is null on iOS (#774)
4+
15
## 1.10.0
26

37
- Add `allowCellular` argument to `loadTasksWithRawQuery()` (#765)
4-
- Fix database of download tasks being created in a public directory on iOS (#728)
8+
- Fix database of download tasks being created in a public directory on iOS
9+
(#728)
510
- Add `allowCellular` argument to `DownloadCallback` (#754)
611

712
## 1.9.1
@@ -64,7 +69,8 @@
6469

6570
- Improve documentation
6671

67-
- Make it possible to disable logging using `FlutterDownloader.initialize(debug: false)`
72+
- Make it possible to disable logging using `FlutterDownloader.initialize(debug:
73+
false)`
6874

6975
## 1.7.4
7076

@@ -135,7 +141,8 @@
135141

136142
## 1.4.1
137143

138-
- Android: fix bug `ensureInitializationComplete must be called after startInitialization`
144+
- Android: fix bug `ensureInitializationComplete must be called after
145+
startInitialization`
139146
- clarify integration documents
140147

141148
## 1.4.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_downloader
22
description: Powerful plugin making it easy to download files.
3-
version: 1.10.0
3+
version: 1.10.1
44
repository: https://github.com/fluttercommunity/flutter_downloader
55
issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues
66
maintainer: Bartek Pacia (@bartekpacia)

0 commit comments

Comments
 (0)