We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d045c13 commit e780b31Copy full SHA for e780b31
pkg/js/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.6.3-dev
+## 0.6.3-nullsafety
2
3
* Opt in to null safety.
4
pkg/js/pubspec.yaml
@@ -1,10 +1,10 @@
name: js
-version: 0.6.3-dev
+version: 0.6.3-nullsafety
description: Annotations to create static Dart interfaces for JavaScript APIs.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
5
6
environment:
7
- sdk: '>=2.9.0-1 <3.0.0'
+ sdk: '>=2.9.0-18.0 <2.9.0'
8
9
dev_dependencies:
10
pedantic: ^1.9.0
0 commit comments