This repository was archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of upper-case constants. Don't test on stable any more.
- Loading branch information
Showing
6 changed files
with
17 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
language: dart | ||
|
||
dart: | ||
- stable | ||
- dev | ||
|
||
dart_task: | ||
|
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 @@ | ||
## 2.0.3 | ||
|
||
* Updated SDK version to 2.0.0-dev.17.0 | ||
|
||
## 2.0.2+1 | ||
|
||
* Fix SDK constraint. | ||
|
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
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,10 +1,10 @@ | ||
name: crypto | ||
version: 2.0.2+1 | ||
version: 2.0.3 | ||
author: Dart Team <[email protected]> | ||
description: Library of cryptographic functions. | ||
homepage: https://www.github.com/dart-lang/crypto | ||
environment: | ||
sdk: '>=1.16.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.17.0 <2.0.0' | ||
dependencies: | ||
collection: '^1.0.0' | ||
convert: '>=1.0.0 <3.0.0' | ||
|