analysis_server_client 2.0.1 copy "analysis_server_client: ^2.0.1" to clipboard
analysis_server_client: ^2.0.1 copied to clipboard

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.

2.0.1 #

2.0.0 #

  • Migrated to null safety.
  • Now supporting protocol version 1.33.4, including the new completion protocol.
  • Switched to using package:lints for analysis.

1.1.3 #

  • Supports changes made to the Analysis Server protocol through Dart 2.8.0.
  • Updates to use pedantic 1.9.0 and some internal refactoring.

1.1.2 #

  • Update the dartfix protocol to include --pedantic
  • Supports changes made to Analysis Server protocol through Dart 2.6.0

1.1.1 #

  • Update ConnectionHandler to call checkServerProtocolVersion

1.1.0 #

  • Add analysis server protocol consts and classes
  • Overhaul the Server class
  • Add an example showing analysis of *.dart files in a directory
  • Update the required SDK

1.0.1 #

  • Update path on homepage

1.0.0 #

  • Initial version
2
likes
110
pub points
58%
popularity

Publisher

verified publishertools.dart.dev

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

path, pub_semver

More

Packages that depend on analysis_server_client