lsp_server_ce 0.4.0
lsp_server_ce: ^0.4.0 copied to clipboard
A Dart implementation of the Language Server Protocol. This package can be used to implement a server that supports the Language Server Protocol.
0.4.0 #
- Bump
dart_style
to^3.0.0
- Update to use 3.17 spec
- Fixed pub dev score
0.3.2 #
- Always decode URI before parsing.
0.3.1 #
- More lax restraints on http version.
0.3.0 #
- Updates dependencies to later versions for compatibilty with newer Flutter and Serverpod versions.
0.2.1 #
- Downgrades version of collection package for compatibility with Flutter.
0.2.0 #
- Allows the user of the interface to close the connection on demand.
0.1.0 #
- Initial version.