File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11name : flutter_downloader
22description : Powerful plugin making it easy to download files.
3- version : 1.10.1+ 2
3+ version : 1.10.2
44repository : https://github.com/fluttercommunity/flutter_downloader
55issue_tracker : https://github.com/fluttercommunity/flutter_downloader/issues
66maintainer : Bartek Pacia (@bartekpacia)
@@ -15,8 +15,8 @@ flutter:
1515 pluginClass : FlutterDownloaderPlugin
1616
1717environment :
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
2121dependencies :
2222 flutter :
You can’t perform that action at this time.
0 commit comments