File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 23
23
sdk : [dev]
24
24
steps :
25
25
- uses : actions/checkout@v2
26
- - uses : dart-lang/setup-dart@v0.3
26
+ - uses : dart-lang/setup-dart@v1.0
27
27
with :
28
28
sdk : ${{ matrix.sdk }}
29
29
- id : install
50
50
sdk : [2.12.0, dev]
51
51
steps :
52
52
- uses : actions/checkout@v2
53
- - uses : dart-lang/setup-dart@v0.3
53
+ - uses : dart-lang/setup-dart@v1.0
54
54
with :
55
55
sdk : ${{ matrix.sdk }}
56
56
- id : install
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('browser' )
6
-
7
- import 'package:http/http.dart' as http;
8
6
import 'package:http/browser_client.dart' ;
7
+ import 'package:http/http.dart' as http;
9
8
import 'package:test/test.dart' ;
10
9
11
10
import 'utils.dart' ;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('browser' )
6
-
7
- import 'package:http/http.dart' as http;
8
6
import 'package:http/browser_client.dart' ;
7
+ import 'package:http/http.dart' as http;
9
8
import 'package:test/test.dart' ;
10
9
11
10
import 'utils.dart' ;
You can’t perform that action at this time.
0 commit comments