Skip to content

Commit 73f385a

Browse files
authored
bump version to 1.10.2 (#819)
1 parent 6bcc6ef commit 73f385a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.10.2
2+
3+
- Correctly read the error/success codes (#766)
4+
- Fix `allowCellular` error in iOS for `loadTasksWithRawQuery()` (#803)
5+
- Fix example app crashing (#805)
6+
- fix: apply tasks progress instead of computed progress on pause (#818)
7+
- Fix create application support directory if it doesn't already exist (#815)
8+
- Remove automatic call to `WidgetsFlutterBinding.ensureInitialized()` in
9+
`FlutterDownloader.initialize()` (#816)
10+
- Fix send message by `int` on port (#817)
11+
112
## 1.10.1+2
213

314
- Minor fix to `publish` GitHub Action (#801)

pubspec.yaml

Lines changed: 3 additions & 3 deletions
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.1+2
3+
version: 1.10.2
44
repository: https://github.com/fluttercommunity/flutter_downloader
55
issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues
66
maintainer: Bartek Pacia (@bartekpacia)
@@ -15,8 +15,8 @@ flutter:
1515
pluginClass: FlutterDownloaderPlugin
1616

1717
environment:
18-
sdk: ">=2.17.0 <3.0.0"
19-
flutter: ">=3.0.0"
18+
sdk: '>=2.17.0 <3.0.0'
19+
flutter: '>=3.0.0'
2020

2121
dependencies:
2222
flutter:

0 commit comments

Comments
 (0)