mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
4a94d77483
commit
0aeb705c59
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user