Declare missing dependencies in pubspec (#11217)

flutter_tools depends on cli_util, plugin, and stream_channel but hadn't
explicitly declared them as dependencies.
This commit is contained in:
Chris Bracken
2017-07-13 17:29:52 -07:00
committed by GitHub
parent 4196582708
commit 862b33ec7a

View File

@@ -9,6 +9,7 @@ environment:
dependencies:
archive: ^1.0.20
args: ^0.13.4
cli_util: ^0.1.2
coverage: ^0.9.2
crypto: '>=1.1.1 <3.0.0'
file: 2.3.4
@@ -21,9 +22,11 @@ dependencies:
mustache: ^0.2.5
package_config: '>=0.1.5 <2.0.0'
platform: 2.1.1
plugin: ^0.2.0
process: 2.0.5
quiver: ^0.24.0
stack_trace: ^1.4.0
stream_channel: ^1.6.1
usage: ^3.2.0+1
vm_service_client: '0.2.2+4'
web_socket_channel: ^1.0.4