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
63802b3d
Commit
63802b3d
authored
Sep 22, 2017
by
Alexander Aprelev
Committed by
GitHub
Sep 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin args to 0.13.7 to avoid version conflict (#12208)
parent
daedbc84
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
0 deletions
+11
-0
pubspec.yaml
dev/automated_tests/pubspec.yaml
+1
-0
pubspec.yaml
dev/benchmarks/complex_layout/pubspec.yaml
+1
-0
pubspec.yaml
dev/integration_tests/flavors/pubspec.yaml
+1
-0
pubspec.yaml
dev/integration_tests/platform_interaction/pubspec.yaml
+1
-0
pubspec.yaml
dev/integration_tests/ui/pubspec.yaml
+1
-0
pubspec.yaml
examples/catalog/pubspec.yaml
+1
-0
pubspec.yaml
examples/flutter_gallery/pubspec.yaml
+1
-0
pubspec.yaml
examples/hello_world/pubspec.yaml
+1
-0
pubspec.yaml
examples/platform_channel/pubspec.yaml
+1
-0
pubspec.yaml
packages/flutter/pubspec.yaml
+1
-0
pubspec.yaml
packages/flutter_test/pubspec.yaml
+1
-0
No files found.
dev/automated_tests/pubspec.yaml
View file @
63802b3d
name
:
flutter_automated_tests
dependencies
:
args
:
^0.13.7
flutter
:
sdk
:
flutter
flutter_test
:
...
...
dev/benchmarks/complex_layout/pubspec.yaml
View file @
63802b3d
...
...
@@ -2,6 +2,7 @@ name: complex_layout
description
:
A benchmark of a relatively complex layout.
dependencies
:
args
:
^0.13.7
flutter
:
sdk
:
flutter
flutter_driver
:
...
...
dev/integration_tests/flavors/pubspec.yaml
View file @
63802b3d
...
...
@@ -2,6 +2,7 @@ name: flavors
description
:
Integration test for build flavors.
dependencies
:
args
:
^0.13.7
flutter
:
sdk
:
flutter
flutter_driver
:
...
...
dev/integration_tests/platform_interaction/pubspec.yaml
View file @
63802b3d
...
...
@@ -2,6 +2,7 @@ name: platform_interaction
description
:
Integration test for platform interactions.
dependencies
:
args
:
^0.13.7
flutter
:
sdk
:
flutter
flutter_driver
:
...
...
dev/integration_tests/ui/pubspec.yaml
View file @
63802b3d
...
...
@@ -2,6 +2,7 @@ name: integration_ui
description
:
Flutter non-plugin UI integration tests.
dependencies
:
args
:
^0.13.7
flutter
:
sdk
:
flutter
flutter_driver
:
...
...
examples/catalog/pubspec.yaml
View file @
63802b3d
name
:
sample_catalog
description
:
A collection of Flutter sample apps
dependencies
:
args
:
^0.13.7
flutter
:
sdk
:
flutter
path
:
^1.4.0
...
...
examples/flutter_gallery/pubspec.yaml
View file @
63802b3d
name
:
flutter_gallery
dependencies
:
args
:
^0.13.7
collection
:
'
>=1.9.1
<2.0.0'
intl
:
'
>=0.14.0
<0.16.0'
string_scanner
:
^1.0.0
...
...
examples/hello_world/pubspec.yaml
View file @
63802b3d
name
:
hello_world
dependencies
:
args
:
^0.13.7
flutter
:
sdk
:
flutter
...
...
examples/platform_channel/pubspec.yaml
View file @
63802b3d
name
:
platform_channel
dependencies
:
args
:
^0.13.7
flutter
:
sdk
:
flutter
...
...
packages/flutter/pubspec.yaml
View file @
63802b3d
...
...
@@ -5,6 +5,7 @@ description: A framework for writing Flutter applications
homepage
:
http://flutter.io
dependencies
:
args
:
^0.13.7
collection
:
'
>=1.9.1
<2.0.0'
http
:
'
>=0.11.3+12'
intl
:
'
>=0.14.0
<0.16.0'
...
...
packages/flutter_test/pubspec.yaml
View file @
63802b3d
name
:
flutter_test
version
:
0.0.14-dev
dependencies
:
args
:
^0.13.7
# The flutter tools depend on very specific internal implementation
# details of the 'test' package, which change between versions, so
# here we pin it precisely to avoid version skew across our
...
...
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