File tree 10 files changed +12
-12
lines changed
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 30
30
-
uses :
subosito/[email protected]
31
31
with :
32
32
cache : true
33
- flutter-version : ${{ matrix.sdk == 'min' && '2.8 .0' || '' }}
33
+ flutter-version : ${{ matrix.sdk == 'min' && '3.10 .0' || '' }}
34
34
channel : ${{ matrix.sdk == 'min' && '' || matrix.channel }}
35
35
- run : |
36
36
chmod +x ./scripts/prepare_pinning_certs.sh
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ See the [Migration Guide][] for the complete breaking changes list.**
5
5
6
6
## Unreleased 6.0.0
7
7
8
- - The minimum supported Dart version has been bumped from ` 2.15.0 ` to ` 2.19 .0` .
8
+ - The minimum supported Dart version has been bumped from ` 2.15.0 ` to ` 3.0 .0` .
9
9
- Remove ` DefaultHttpClientAdapter ` which was deprecated in ` 5.0.0 ` .
10
10
- Remove ` IOHttpClientAdapter.onHttpClientCreate ` which was deprecated in ` 5.2.0 ` .
11
11
- Remove ` DioError ` and ` DioErrorType ` which was deprecated in ` 5.2.0 ` .
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repository: https://github.com/cfug/dio/blob/main/dio
17
17
issue_tracker : https://github.com/cfug/dio/issues
18
18
19
19
environment :
20
- sdk : ' >=2.19 .0 <4.0.0'
20
+ sdk : ' >=3.0 .0 <4.0.0'
21
21
22
22
dependencies :
23
23
async : ^2.8.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'package:dio/dio.dart';
2
2
import 'package:dio/io.dart' ;
3
3
4
4
class HttpService extends Dio {
5
- HttpService ([BaseOptions ? baseOptions]) : super ( baseOptions) {
5
+ HttpService ([super . baseOptions] ) {
6
6
options
7
7
..baseUrl = 'https://httpbin.org/'
8
8
..contentType = Headers .jsonContentType;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 0.0.1
4
4
publish_to : " none"
5
5
6
6
environment :
7
- sdk : " >=2.16 .0 <3 .0.0"
7
+ sdk : " >=3.0 .0 <4 .0.0"
8
8
9
9
dependencies :
10
10
cookie_jar :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
18
18
version : 1.0.0+1
19
19
20
20
environment :
21
- sdk : " >=2.19 .0 <4.0.0"
21
+ sdk : " >=3.0 .0 <4.0.0"
22
22
23
23
dependencies :
24
24
flutter :
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ repository: https://github.com/cfug/dio/blob/main/plugins/cookie_manager
13
13
issue_tracker : https://github.com/cfug/dio/issues
14
14
15
15
environment :
16
- sdk : " >=2.19 .0 <3 .0.0"
16
+ sdk : " >=3.0 .0 <4 .0.0"
17
17
18
18
dependencies :
19
19
cookie_jar : ^4.0.0
20
- dio : ^5.2 .0
20
+ dio : ^6.0 .0
21
21
22
22
dev_dependencies :
23
23
lints : any
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ repository: https://github.com/cfug/dio/blob/main/plugins/http2_adapter
12
12
issue_tracker : https://github.com/cfug/dio/issues
13
13
14
14
environment :
15
- sdk : " >=2.19 .0 <3 .0.0"
15
+ sdk : " >=3.0 .0 <4 .0.0"
16
16
17
17
dependencies :
18
18
http2 : ^2.0.0
19
- dio : ^5.2 .0
19
+ dio : ^6.0 .0
20
20
21
21
dev_dependencies :
22
22
crypto : ^3.0.2
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
20
20
flutter :
21
21
sdk : flutter
22
22
23
- dio : ^5.4 .0
23
+ dio : ^6.0 .0
24
24
cupertino_http : ^1.0.0
25
25
cronet_http : ^0.4.0
26
26
http : ^1.0.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ publish_to: 'none'
3
3
repository : https://github.com/cfug/dio
4
4
5
5
environment :
6
- sdk : ' >=2.15 .0 <4.0.0'
6
+ sdk : ' >=3.0 .0 <4.0.0'
7
7
8
8
dev_dependencies :
9
9
lints : any
You can’t perform that action at this time.
0 commit comments