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
6331b6c8
Commit
6331b6c8
authored
Nov 08, 2016
by
Dan Rubel
Committed by
GitHub
Nov 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert args to 0.13.6 (#6765)
parent
b9bff6a9
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
97 additions
and
4 deletions
+97
-4
pubspec.yaml
dev/automated_tests/pubspec.yaml
+6
-0
pubspec.yaml
dev/benchmarks/complex_layout/pubspec.yaml
+6
-0
pubspec.yaml
dev/benchmarks/microbenchmarks/pubspec.yaml
+6
-0
pubspec.yaml
dev/devicelab/pubspec.yaml
+6
-1
pubspec.yaml
dev/manual_tests/pubspec.yaml
+6
-0
pubspec.yaml
dev/tools/pubspec.yaml
+6
-1
pubspec.yaml
examples/flutter_gallery/pubspec.yaml
+6
-0
pubspec.yaml
examples/hello_services/pubspec.yaml
+6
-0
pubspec.yaml
examples/hello_world/pubspec.yaml
+6
-0
pubspec.yaml
examples/layers/pubspec.yaml
+6
-0
pubspec.yaml
examples/stocks/pubspec.yaml
+6
-0
pubspec.yaml
packages/flutter/pubspec.yaml
+6
-0
pubspec.yaml
packages/flutter_driver/pubspec.yaml
+6
-0
pubspec.yaml
packages/flutter_markdown/pubspec.yaml
+6
-0
pubspec.yaml
packages/flutter_test/pubspec.yaml
+6
-0
executable.dart
packages/flutter_tools/lib/executable.dart
+1
-1
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+6
-1
No files found.
dev/automated_tests/pubspec.yaml
View file @
6331b6c8
name
:
flutter_automated_tests
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
flutter_test
:
...
...
dev/benchmarks/complex_layout/pubspec.yaml
View file @
6331b6c8
...
...
@@ -2,6 +2,12 @@ name: complex_layout
description
:
A new flutter project.
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
flutter_driver
:
...
...
dev/benchmarks/microbenchmarks/pubspec.yaml
View file @
6331b6c8
name
:
microbenchmarks
description
:
A new flutter project.
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
flutter_test
:
...
...
dev/devicelab/pubspec.yaml
View file @
6331b6c8
...
...
@@ -8,7 +8,12 @@ environment:
sdk
:
'
>=1.12.0
<2.0.0'
dependencies
:
args
:
^0.13.4
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
meta
:
^1.0.3
path
:
^1.3.0
stack_trace
:
^1.4.0
...
...
dev/manual_tests/pubspec.yaml
View file @
6331b6c8
name
:
flutter_manual_tests
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
...
...
dev/tools/pubspec.yaml
View file @
6331b6c8
...
...
@@ -2,5 +2,10 @@ name: dev_tools
description
:
Various repository development tools for flutter.
dependencies
:
args
:
^0.13.4
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
path
:
^1.3.0
examples/flutter_gallery/pubspec.yaml
View file @
6331b6c8
name
:
flutter_gallery
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
collection
:
'
>=1.9.1
<2.0.0'
intl
:
'
>=0.14.0
<0.15.0'
string_scanner
:
^1.0.0
...
...
examples/hello_services/pubspec.yaml
View file @
6331b6c8
name
:
hello_services
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
...
...
examples/hello_world/pubspec.yaml
View file @
6331b6c8
name
:
hello_world
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
...
...
examples/layers/pubspec.yaml
View file @
6331b6c8
name
:
flutter_examples_layers
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
...
...
examples/stocks/pubspec.yaml
View file @
6331b6c8
name
:
stocks
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
intl
:
'
>=0.14.0
<0.15.0'
...
...
packages/flutter/pubspec.yaml
View file @
6331b6c8
...
...
@@ -5,6 +5,12 @@ description: A framework for writing Flutter applications
homepage
:
http://flutter.io
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
collection
:
'
>=1.9.1
<2.0.0'
intl
:
'
>=0.14.0
<0.15.0'
meta
:
^1.0.3
...
...
packages/flutter_driver/pubspec.yaml
View file @
6331b6c8
...
...
@@ -8,6 +8,12 @@ environment:
sdk
:
'
>=1.19.0
<2.0.0'
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
file
:
'
^0.1.0'
json_rpc_2
:
'
^2.0.0'
matcher
:
'
>=0.12.0
<1.0.0'
...
...
packages/flutter_markdown/pubspec.yaml
View file @
6331b6c8
...
...
@@ -5,6 +5,12 @@ author: Flutter Authors <flutter-dev@googlegroups.com>
homepage
:
http://flutter.io
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
flutter
:
sdk
:
flutter
markdown
:
'
^0.9.0'
...
...
packages/flutter_test/pubspec.yaml
View file @
6331b6c8
name
:
flutter_test
dependencies
:
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
quiver
:
^0.21.4
# The flutter tools depend on very specific internal implementation
...
...
packages/flutter_tools/lib/executable.dart
View file @
6331b6c8
...
...
@@ -86,7 +86,7 @@ Future<Null> main(List<String> args) async {
Doctor
.
initGlobal
();
dynamic
result
=
await
runner
.
run
(
args
);
_exit
(
result
is
int
?
result
:
0
);
_exit
(
result
is
int
?
result
:
1
);
},
onError:
(
dynamic
error
,
Chain
chain
)
{
if
(
error
is
UsageException
)
{
stderr
.
writeln
(
error
.
message
);
...
...
packages/flutter_tools/pubspec.yaml
View file @
6331b6c8
...
...
@@ -9,7 +9,12 @@ environment:
dependencies
:
archive
:
^1.0.20
args
:
^0.13.4
# version 0.13.6+1 does not return the value from the command
# causing flutter tools to always have exit code 0
# see https://github.com/flutter/flutter/issues/6766
args
:
0.13.6
coverage
:
^0.8.0
crypto
:
'
>=1.1.1
<3.0.0'
file
:
^0.1.0
...
...
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