This repository has been archived by the owner on May 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set max SDK version to <3.0.0 everywhere (#560)
- Loading branch information
Showing
16 changed files
with
20 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
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
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ dmFsaWRfcmVnZXhwcwo=''', | |
bmFtZTogX19wcm9qZWN0TmFtZV9fCmRlc2NyaXB0aW9uOiBBIHNpbXBsZSBTdGFnZVhMIHdlYiBh | ||
cHAuCiMgdmVyc2lvbjogMS4wLjAKI2hvbWVwYWdlOiBodHRwczovL3d3dy5leGFtcGxlLmNvbQoj | ||
YXV0aG9yOiBfX2F1dGhvcl9fIDxlbWFpbEBleGFtcGxlLmNvbT4KCmVudmlyb25tZW50OgogIHNk | ||
azogJz49Mi4wLjAtZGV2LjY4LjAgPDIuMC4wJwoKZGVwZW5kZW5jaWVzOgogIHN0YWdleGw6IF4x | ||
azogJz49Mi4wLjAtZGV2LjY4LjAgPDMuMC4wJwoKZGVwZW5kZW5jaWVzOgogIHN0YWdleGw6IF4x | ||
LjEuMAoKZGV2X2RlcGVuZGVuY2llczoKICBidWlsZF9ydW5uZXI6IF4wLjkuMAogIGJ1aWxkX3dl | ||
Yl9jb21waWxlcnM6IF4wLjQuMAo=''', | ||
'web/images/[email protected]', | ||
|
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 |
---|---|---|
|
@@ -7,12 +7,12 @@ name: stagehand | |
description: > | ||
A scaffolding generator for your Dart projects. Stagehand helps you get set | ||
up! | ||
version: 3.0.2 | ||
version: 3.1.0 | ||
homepage: https://github.com/dart-lang/stagehand | ||
author: Dart Team <[email protected]> | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.68.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.68.0 <3.0.0' | ||
|
||
# Add the bin/stagehand.dart script to the scripts pub installs. | ||
executables: | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ description: A sample command-line application. | |
# author: __author__ <[email protected]> | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.68.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.68.0 <3.0.0' | ||
|
||
#dependencies: | ||
# path: ^1.4.1 | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ description: A starting point for Dart libraries or applications. | |
# author: __author__ <[email protected]> | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.68.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.68.0 <3.0.0' | ||
|
||
#dependencies: | ||
# path: ^1.4.1 | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ description: A web server built using the shelf package. | |
# author: __author__ <[email protected]> | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.68.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.68.0 <3.0.0' | ||
|
||
dependencies: | ||
args: ^1.4.2 | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ description: A web app that uses AngularDart Components | |
# author: __author__ <[email protected]> | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.68.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.68.0 <3.0.0' | ||
|
||
dependencies: | ||
angular: ^5.0.0-beta | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ description: An absolute bare-bones web app. | |
#author: __author__ <[email protected]> | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.68.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.68.0 <3.0.0' | ||
|
||
#dependencies: | ||
# path: ^1.4.1 | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ description: A simple StageXL web app. | |
#author: __author__ <[email protected]> | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.68.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.68.0 <3.0.0' | ||
|
||
dependencies: | ||
stagexl: ^1.1.0 | ||
|
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