File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 69
69
run : dart test --platform vm
70
70
if : always() && steps.install.outcome == 'success'
71
71
- name : Run Chrome tests
72
- run : dart test --platform chrome
72
+ run : dart test --platform chrome --compiler dart2wasm,dart2js
73
73
if : always() && steps.install.outcome == 'success'
Original file line number Diff line number Diff line change 1
- ## 2.0.3-wip
1
+ ## 2.0.3
2
2
3
+ - Move to ` package:web ` .
3
4
- Require Dart 3.5
4
5
5
6
## 2.0.2
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import 'dart:html ' ;
5
+ import 'package:web/web.dart ' ;
6
6
7
7
import 'os_kind.dart' show BrowserOS;
8
8
import 'os_override.dart' ;
Original file line number Diff line number Diff line change 1
1
name : os_detect
2
- version : 2.0.3-wip
2
+ version : 2.0.3
3
3
description : Platform independent OS detection.
4
4
repository : https://github.com/dart-lang/core/tree/main/pkgs/os_detect
5
5
issue_tracker : https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aos_detect
@@ -9,6 +9,7 @@ environment:
9
9
10
10
dependencies :
11
11
meta : ^1.9.0
12
+ web : ^1.0.0
12
13
13
14
dev_dependencies :
14
15
dart_flutter_team_lints : ^3.0.0
You can’t perform that action at this time.
0 commit comments