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

discontinued
outdated

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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analysis_server_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  analysis_server_client: ^1.1.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:analysis_server_client/handler/connection_handler.dart';
import 'package:analysis_server_client/handler/notification_handler.dart';
import 'package:analysis_server_client/listener/server_listener.dart';
import 'package:analysis_server_client/protocol.dart';
import 'package:analysis_server_client/server.dart';
2
likes
30
pub points
52%
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.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

path, pub_semver

More

Packages that depend on analysis_server_client