dart-archive / vm_service_client

A Darty client for the VM service protocol
https://pub.dev/packages/vm_service_client
BSD 3-Clause "New" or "Revised" License
12 stars 19 forks source link

Bump async constraints to allow 2.0 #22

Closed srawlins closed 6 years ago

srawlins commented 6 years ago

According to the async changelog, only a few breaking changes occurred in async 2.0.0, and vm_service_client appears to not interact with anything that changed:

$ git grep result.dart
$ git grep stream_zip.dart
$ git grep ReleaseStream
$ git grep CaptureStream
$ git grep ErrorResult
$