Commit 98ee0b1 1 parent 41f2653 commit 98ee0b1 Copy full SHA for 98ee0b1
File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 1.8.1
2
8
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 )
4
19
- Improve README
5
- - Slightly refactor example app
6
- - Android only: add SQLite migration from version 2 to 3
7
20
8
21
## 1.8.0+1
9
22
Original file line number Diff line number Diff line change 1
1
name : flutter_downloader
2
2
description : A plugin for creating and managing download tasks. Supports iOS and Android.
3
- version : 1.8.1
3
+ version : 1.8.2
4
4
homepage : https://github.com/fluttercommunity/flutter_downloader
5
- maintainer : Hung Duy Ha (@hnvn )
5
+ maintainer : Bartek Pacia (@bartekpacia )
6
6
7
7
flutter :
8
8
plugin :
You can’t perform that action at this time.
0 commit comments