Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
439fbbe6
Unverified
Commit
439fbbe6
authored
Mar 15, 2019
by
Brian Wilkerson
Committed by
GitHub
Mar 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SDK constraints to reflect the fact that set literals are being used (#29389)
parent
f6e9afa7
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
pubspec.yaml
dev/bots/pubspec.yaml
+1
-1
pubspec.yaml
dev/manual_tests/pubspec.yaml
+1
-1
pubspec.yaml
dev/tools/pubspec.yaml
+1
-1
pubspec.yaml
examples/flutter_gallery/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_localizations/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_test/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+1
-1
No files found.
dev/bots/pubspec.yaml
View file @
439fbbe6
...
...
@@ -3,7 +3,7 @@ description: Scripts which run on bots.
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
2
.0
<3.0.0"
dependencies
:
path
:
1.6.2
...
...
dev/manual_tests/pubspec.yaml
View file @
439fbbe6
...
...
@@ -2,7 +2,7 @@ name: manual_tests
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
2
.0
<3.0.0"
dependencies
:
flutter
:
...
...
dev/tools/pubspec.yaml
View file @
439fbbe6
...
...
@@ -3,7 +3,7 @@ description: Various repository development tools for flutter.
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
2
.0
<3.0.0"
dependencies
:
archive
:
2.0.8
...
...
examples/flutter_gallery/pubspec.yaml
View file @
439fbbe6
...
...
@@ -2,7 +2,7 @@ name: flutter_gallery
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
2
.0
<3.0.0"
dependencies
:
flutter
:
...
...
packages/flutter/pubspec.yaml
View file @
439fbbe6
...
...
@@ -5,7 +5,7 @@ homepage: http://flutter.io
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
2
.0
<3.0.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
packages/flutter_localizations/pubspec.yaml
View file @
439fbbe6
...
...
@@ -2,7 +2,7 @@ name: flutter_localizations
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
2
.0
<3.0.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
packages/flutter_test/pubspec.yaml
View file @
439fbbe6
...
...
@@ -2,7 +2,7 @@ name: flutter_test
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
2
.0
<3.0.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
packages/flutter_tools/pubspec.yaml
View file @
439fbbe6
...
...
@@ -5,7 +5,7 @@ author: Flutter Authors <flutter-dev@googlegroups.com>
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.
0.0-dev.68
.0
<3.0.0"
sdk
:
"
>=2.
2
.0
<3.0.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment