forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable null safety experiment * Update SDK constraint for null safety * prep for merge to master (flutter#12) Co-authored-by: Kevin Moore <kevmoo@google.com> Co-authored-by: Jacob MacDonald <jakemac@google.com>
- Loading branch information
1 parent
bb247e7
commit af1e2d5
Showing
4 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.2.0-nullsafety | ||
|
||
- Opt in to null safety. | ||
|
||
## 1.1.3 | ||
|
||
- Added example, fixed recommended lints. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: charcode | ||
version: 1.1.3 | ||
version: 1.2.0-nullsafety | ||
description: >- | ||
Constants for ASCII and common non-ASCII character codes represented by | ||
top-level constants. | ||
homepage: https://github.com/dart-lang/charcode | ||
|
||
environment: | ||
sdk: '>=2.0.0 <3.0.0' | ||
sdk: '>=2.9.0-18.0 <2.9.0' | ||
|
||
dev_dependencies: | ||
pedantic: ^1.0.0 |