Skip to content

Commit 24b38df

Browse files
authored
update for the 2.10 dev sdk (flutter#67)
This is in preparation for the actual 2.10 dev sdk release.
1 parent 1054d3a commit 24b38df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.10.0-nnbd
1+
## 1.10.0-nullsafety
22

33
- Migrate to null safety.
44

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: pedantic
2-
version: 1.10.0-nnbd
2+
version: 1.10.0-nullsafety
33
description: >-
44
The Dart analyzer settings and best practices used internally at Google.
55
homepage: https://github.com/dart-lang/pedantic
66

77
environment:
8-
sdk: '>=2.9.0-18.0 <2.9.0'
8+
# This must remain a tight constraint until nnbd is stable
9+
sdk: '>=2.10.0-0 <2.10.0'

0 commit comments

Comments
 (0)