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
74a795d1
Unverified
Commit
74a795d1
authored
4 years ago
by
Jonah Williams
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roll more versions (#78654)
parent
985fc746
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
10 deletions
+11
-10
pubspec.yaml
dev/integration_tests/flutter_gallery/pubspec.yaml
+3
-2
pubspec.yaml
dev/integration_tests/ui/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter/test_private/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+4
-4
No files found.
dev/integration_tests/flutter_gallery/pubspec.yaml
View file @
74a795d1
...
...
@@ -9,7 +9,7 @@ dependencies:
collection
:
1.15.0
device_info
:
2.0.0
intl
:
0.17.0
connectivity
:
3.0.
2
connectivity
:
3.0.
3
string_scanner
:
1.1.0
url_launcher
:
6.0.2
cupertino_icons
:
1.0.2
...
...
@@ -29,6 +29,7 @@ dependencies:
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
connectivity_for_web
:
0.4.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
connectivity_macos
:
0.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
connectivity_platform_interface
:
2.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
device_info_platform_interface
:
2.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -272,4 +273,4 @@ flutter:
-
asset
:
packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Regular.ttf
-
asset
:
packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Light.ttf
# PUBSPEC CHECKSUM:
1b25
# PUBSPEC CHECKSUM:
3cdb
This diff is collapsed.
Click to expand it.
dev/integration_tests/ui/pubspec.yaml
View file @
74a795d1
...
...
@@ -8,7 +8,7 @@ environment:
# It can probably be removed, see the comment in that file.
dependencies
:
image
:
3.0.
1
image
:
3.0.
2
flutter
:
sdk
:
flutter
flutter_driver
:
...
...
@@ -79,4 +79,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
c88a
# PUBSPEC CHECKSUM:
d28b
This diff is collapsed.
Click to expand it.
packages/flutter/test_private/pubspec.yaml
View file @
74a795d1
...
...
@@ -10,11 +10,11 @@ dependencies:
meta
:
1.3.0
path
:
1.8.0
process
:
4.1.0
process_runner
:
4.0.0
-nullsafety.5
process_runner
:
4.0.0
async
:
2.5.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
file
:
6.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
platform
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
a426
# PUBSPEC CHECKSUM:
e64a
This diff is collapsed.
Click to expand it.
packages/flutter_tools/pubspec.yaml
View file @
74a795d1
...
...
@@ -11,7 +11,7 @@ dependencies:
archive
:
3.1.2
args
:
1.6.0
dds
:
1.7.5
dwds
:
9.
0
.0
dwds
:
9.
1
.0
completion
:
0.2.3
coverage
:
0.15.2
crypto
:
3.0.0
...
...
@@ -21,7 +21,7 @@ dependencies:
http
:
0.12.2
intl
:
0.17.0
meta
:
1.3.0
multicast_dns
:
0.
2.2
multicast_dns
:
0.
3.0
mustache_template
:
2.0.0
package_config
:
2.0.0
process
:
4.1.0
...
...
@@ -60,7 +60,7 @@ dependencies:
_fe_analyzer_shared
:
18.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
browser_launcher
:
0.1.
8
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
browser_launcher
:
0.1.
9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
built_collection
:
4.3.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
built_value
:
7.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -108,4 +108,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM:
5e2a
# PUBSPEC CHECKSUM:
862b
This diff is collapsed.
Click to expand it.
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