From 73f385a8aa96d0eb6a335f32112a71093e5795c4 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Thu, 16 Feb 2023 13:50:46 +0100 Subject: [PATCH] bump version to 1.10.2 (#819) --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc20afb9..e4492218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pubspec.yaml b/pubspec.yaml index 105f683c..acdb35f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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) @@ -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: