File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3636 run : flutter --version
3737
3838 - name : Cache pub dependencies
39- uses : actions/cache@v2
39+ uses : actions/cache@v3
4040 with :
4141 path : ${{ env.FLUTTER_HOME }}/.pub-cache
4242 key : ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414
1515 - name : Setup Dart
1616 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+
17## 1.8.4
28
39- Fix ` FlutterDownloader.open() ` always returning false (#726 )
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.8.4
3+ version : 1.9.0
44repository : https://github.com/fluttercommunity/flutter_downloader
55issue_tracker : https://github.com/fluttercommunity/flutter_downloader/issues
66maintainer : Bartek Pacia (@bartekpacia)
@@ -25,4 +25,4 @@ dependencies:
2525dev_dependencies :
2626 flutter_test :
2727 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