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
9470a7e8
Unverified
Commit
9470a7e8
authored
Nov 05, 2020
by
Jason Simmons
Committed by
GitHub
Nov 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "[null-safety] update Dart SDK constraints (#69831)" (#69854)
This reverts commit
e375651c
.
parent
b2578d84
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
pubspec.yaml
packages/flutter/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_driver/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_goldens/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_goldens_client/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_test/pubspec.yaml
+1
-1
No files found.
packages/flutter/pubspec.yaml
View file @
9470a7e8
...
...
@@ -5,7 +5,7 @@ homepage: http://flutter.dev
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.1
2.0-0
<3.0.0"
sdk
:
"
>=2.1
0.0-0.0.dev
<3.0.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
packages/flutter_driver/pubspec.yaml
View file @
9470a7e8
...
...
@@ -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.1
2.0-0
<3.0.0"
sdk
:
"
>=2.1
0.0-0.0.dev
<3.0.0"
dependencies
:
file
:
6.0.0-nullsafety.4
...
...
packages/flutter_goldens/pubspec.yaml
View file @
9470a7e8
...
...
@@ -2,7 +2,7 @@ name: flutter_goldens
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.1
2.0-0
<3.0
.0"
sdk
:
"
>=2.1
0.0-4.0.dev
<2.12
.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
packages/flutter_goldens_client/pubspec.yaml
View file @
9470a7e8
...
...
@@ -2,7 +2,7 @@ name: flutter_goldens_client
environment
:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk
:
"
>=2.1
2.0-0
<3.0
.0"
sdk
:
"
>=2.1
0.0-4.0.dev
<2.12
.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
packages/flutter_test/pubspec.yaml
View file @
9470a7e8
...
...
@@ -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.1
2.0-0
<3.0.0"
sdk
:
"
>=2.1
0.0-0.0.dev
<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