dart_language_server 0.1.8 copy "dart_language_server: ^0.1.8" to clipboard
dart_language_server: ^0.1.8 copied to clipboard

discontinued
outdatedDart 1 only

A shim on the analysis server following the language server protocol

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_language_server

Use it

The package has the following executables:

$ dart_language_server

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_language_server

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

dependencies:
  dart_language_server: ^0.1.8

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:dart_language_server/dart_language_server.dart';
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A shim on the analysis server following the language server protocol

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analysis_server_lib, args, async, json_rpc_2, logging, meta, path, pool, stream_channel, stream_transform

More

Packages that depend on dart_language_server