364b386fe2
Updates changelog and dependencies in pubspec.yaml, and I verified by hand that the tests pass when run with the stable SDK. Bug: https://github.com/dart-lang/sdk/issues/41679 Change-Id: Ibc2883e319678271d77dc4efa3fe4a9d61d9ce68 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/145621 Commit-Queue: Janice Collins <jcollins@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Auto-Submit: Janice Collins <jcollins@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
15 lines
431 B
YAML
15 lines
431 B
YAML
name: analysis_server_client
|
|
version: 1.1.3
|
|
description:
|
|
A client wrapper over analysis_server.
|
|
Instances of the class [Server] manage a connection to a server process,
|
|
and facilitate communication to and from the server.
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server_client
|
|
environment:
|
|
sdk: '>=2.8.0 <3.0.0'
|
|
dependencies:
|
|
path: ^1.7.0
|
|
pub_semver: ^1.4.4
|
|
dev_dependencies:
|
|
test: ^1.14.2
|