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 4a685fa commit 88ec4eeCopy full SHA for 88ec4ee
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.2.0-nullsafety.1
2
+
3
+- Allow 2.10 stable and 2.11.0 dev SDK versions.
4
5
## 1.2.0-nullsafety
6
7
- Opt in to null safety.
pubspec.yaml
@@ -1,13 +1,13 @@
name: charcode
-version: 1.2.0-nullsafety
+version: 1.2.0-nullsafety.1
description: >-
Constants for ASCII and common non-ASCII character codes represented by
top-level constants.
homepage: https://github.com/dart-lang/charcode
8
environment:
9
# This must remain a tight constraint until nnbd is stable
10
- sdk: '>=2.10.0-0 <2.10.0'
+ sdk: '>=2.10.0-0 <2.11.0'
11
12
dev_dependencies:
13
pedantic: ^1.0.0
0 commit comments