pro_lsp 0.3.0 copy "pro_lsp: ^0.3.0" to clipboard
pro_lsp: ^0.3.0 copied to clipboard

Unified LSP 3.18 Dart bindings and client/server API implementation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pro_lsp

With Flutter:

 $ flutter pub add pro_lsp

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

dependencies:
  pro_lsp: ^0.3.0

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

Import it

Now in your Dart code, you can use:

import 'package:pro_lsp/pro_lsp.dart';
1
likes
160
points
870
downloads

Documentation

API reference

Publisher

verified publisherpro100.dev

Weekly Downloads

Unified LSP 3.18 Dart bindings and client/server API implementation

Repository (GitHub)
View/report issues

Topics

#lsp #language-server #ide #editor #protocol

License

MIT (license)

Dependencies

freezed_annotation, json_annotation, json_rpc_2, meta, stream_channel

More

Packages that depend on pro_lsp