Cleanups to network service

This patch contains some minor improvements to the network service:

- We now cache the connection to the network service so we don't need to spin
  it up for each request.
- We now manage the lifetime of NetworkServiceImpl in the same way as other
  services.

Also, update the workbench sky_tools dependency to the latest version.
This commit is contained in:
Adam Barth 2015-07-27 13:38:37 -07:00
parent 4a94d77483
commit 0aeb705c59

View File

@ -6,7 +6,7 @@ homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/workben
dependencies:
sky: any
dev_dependencies:
sky_tools: ^0.0.3
sky_tools: ^0.0.4
dependency_overrides:
material_design_icons:
path: ../material_design_icons