Skip to content

Commit 98ee0b1

Browse files
authored
Release version 1.8.2 (#701)
* update changelog * update version to 1.8.2 * update maintainer to Bartek Pacia
1 parent 41f2653 commit 98ee0b1

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
## 1.8.2
2+
3+
- Fix crashing on Flutter 3.3 (#700)
4+
- Improve README (#692)
5+
- Android: make it possible to set custom notification title (#437)
6+
17
## 1.8.1
28

3-
- Add optional `int step` argument to `FlutterDownloader.registerCallback()`
9+
- Add optional `step` argument to `FlutterDownloader.registerCallback()` (#435)
10+
- Add `initialized` getter to `FlutterDownloader` (#436)
11+
- Slightly refactor example app (#678 #680)
12+
- iOS: fix unable to cancel task after terminating the app while downloading
13+
(#658)
14+
- iOS: fix NSRangeException being thrown when columns in the database don't
15+
match (#661)
16+
- iOS: migrate off deprecated method
17+
`stringByReplacingPercentEscapesUsingEncoding` (#652)
18+
- Android: add SQLite migration from version 2 to 3 (#667)
419
- Improve README
5-
- Slightly refactor example app
6-
- Android only: add SQLite migration from version 2 to 3
720

821
## 1.8.0+1
922

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: flutter_downloader
22
description: A plugin for creating and managing download tasks. Supports iOS and Android.
3-
version: 1.8.1
3+
version: 1.8.2
44
homepage: https://github.com/fluttercommunity/flutter_downloader
5-
maintainer: Hung Duy Ha (@hnvn)
5+
maintainer: Bartek Pacia (@bartekpacia)
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)