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
0823d625
Unverified
Commit
0823d625
authored
Nov 05, 2020
by
Jonah Williams
Committed by
GitHub
Nov 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[null-safety] update version constraint (#69900)
parent
24c62662
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
7 deletions
+6
-7
pubspec.yaml
packages/flutter/pubspec.yaml
+2
-3
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 @
0823d625
...
...
@@ -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
0.0-0.0.dev
<3.0.0"
sdk
:
"
>=2.1
2.0-0
<3.0.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
@@ -22,7 +22,6 @@ dev_dependencies:
sdk
:
flutter
flutter_goldens
:
sdk
:
flutter
mockito
:
4.1.1
fake_async
:
1.2.0-nullsafety.3
async
:
2.5.0-nullsafety.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -41,4 +40,4 @@ dev_dependencies:
term_glyph
:
1.2.0-nullsafety.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.2.19-nullsafety.6
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
4269
# PUBSPEC CHECKSUM:
2b23
packages/flutter_driver/pubspec.yaml
View file @
0823d625
...
...
@@ -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
0.0-0.0.dev
<3.0.0"
sdk
:
"
>=2.1
2.0-0
<3.0.0"
dependencies
:
file
:
6.0.0-nullsafety.4
...
...
packages/flutter_goldens/pubspec.yaml
View file @
0823d625
...
...
@@ -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
0.0-4.0.dev
<2.12
.0"
sdk
:
"
>=2.1
2.0-0
<3.0
.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
packages/flutter_goldens_client/pubspec.yaml
View file @
0823d625
...
...
@@ -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
0.0-4.0.dev
<2.12
.0"
sdk
:
"
>=2.1
2.0-0
<3.0
.0"
dependencies
:
# To update these, use "flutter update-packages --force-upgrade".
...
...
packages/flutter_test/pubspec.yaml
View file @
0823d625
...
...
@@ -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
0.0-0.0.dev
<3.0.0"
sdk
:
"
>=2.1
2.0-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