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 6969 run : dart test --platform vm
7070 if : always() && steps.install.outcome == 'success'
7171 - name : Run Chrome tests
72- run : dart test --platform chrome
72+ run : dart test --platform chrome --compiler dart2wasm,dart2js
7373 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
22
3+ - Move to ` package:web ` .
34- Require Dart 3.5
45
56## 2.0.2
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5- import 'dart:html ' ;
5+ import 'package:web/web.dart ' ;
66
77import 'os_kind.dart' show BrowserOS;
88import 'os_override.dart' ;
Original file line number Diff line number Diff line change 11name : os_detect
2- version : 2.0.3-wip
2+ version : 2.0.3
33description : Platform independent OS detection.
44repository : https://github.com/dart-lang/core/tree/main/pkgs/os_detect
55issue_tracker : https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aos_detect
@@ -9,6 +9,7 @@ environment:
99
1010dependencies :
1111 meta : ^1.9.0
12+ web : ^1.0.0
1213
1314dev_dependencies :
1415 dart_flutter_team_lints : ^3.0.0
You can’t perform that action at this time.
0 commit comments