Commit 896f9bc 1 parent 8d1b8a2 commit 896f9bc Copy full SHA for 896f9bc
File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 36
36
run : flutter --version
37
37
38
38
- name : Cache pub dependencies
39
- uses : actions/cache@v2
39
+ uses : actions/cache@v3
40
40
with :
41
41
path : ${{ env.FLUTTER_HOME }}/.pub-cache
42
42
key : ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
15
15
- name : Setup Dart
16
16
uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change
1
+ ## 1.9.0
2
+
3
+ - Migrate the Android part to Kotlin from Java (#719 )
4
+ - iOS: fix wrong progress and status after pausing download (#743 )
5
+ - Add missing comma in the README (#744 )
6
+
1
7
## 1.8.4
2
8
3
9
- Fix ` FlutterDownloader.open() ` always returning false (#726 )
Original file line number Diff line number Diff line change 1
1
name : flutter_downloader
2
2
description : Powerful plugin making it easy to download files.
3
- version : 1.8.4
3
+ version : 1.9.0
4
4
repository : https://github.com/fluttercommunity/flutter_downloader
5
5
issue_tracker : https://github.com/fluttercommunity/flutter_downloader/issues
6
6
maintainer : Bartek Pacia (@bartekpacia)
@@ -25,4 +25,4 @@ dependencies:
25
25
dev_dependencies :
26
26
flutter_test :
27
27
sdk : flutter
28
- leancode_lint : ^1.2. 1
28
+ leancode_lint : ^2.0.0+ 1
You can’t perform that action at this time.
0 commit comments