Skip to content

Commit

Permalink
bump version to 1.10.2 (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Feb 16, 2023
1 parent 6bcc6ef commit 73f385a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.10.2

- Correctly read the error/success codes (#766)
- Fix `allowCellular` error in iOS for `loadTasksWithRawQuery()` (#803)
- Fix example app crashing (#805)
- fix: apply tasks progress instead of computed progress on pause (#818)
- Fix create application support directory if it doesn't already exist (#815)
- Remove automatic call to `WidgetsFlutterBinding.ensureInitialized()` in
`FlutterDownloader.initialize()` (#816)
- Fix send message by `int` on port (#817)

## 1.10.1+2

- Minor fix to `publish` GitHub Action (#801)
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_downloader
description: Powerful plugin making it easy to download files.
version: 1.10.1+2
version: 1.10.2
repository: https://github.com/fluttercommunity/flutter_downloader
issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues
maintainer: Bartek Pacia (@bartekpacia)
Expand All @@ -15,8 +15,8 @@ flutter:
pluginClass: FlutterDownloaderPlugin

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
sdk: '>=2.17.0 <3.0.0'
flutter: '>=3.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit 73f385a

Please sign in to comment.