analysis_server_plugin_core 1.0.0
analysis_server_plugin_core: ^1.0.0 copied to clipboard
Core components to build a custom Dart analysis server plugin.
analysis_server_plugin_core #
Core components to build a custom Dart analysis server plugin.
Installation #
From pub.dev
Add this to your pubspec.yaml
dependencies:
analysis_server_plugin_core: ^1.0.0
Or, From Git repo
dependencies:
analysis_server_plugin_core:
git:
url: https://github.com/Ragibn5/dart-flutter-packages.git
path: analysis_server_plugin_core
ref: analysis_server_plugin_core-1.0.0
Example #
See the example for a complete demonstration.
You may also see real plugins developed by this library:
- clean_arch_lint
- json_parser_analyzer
If the links are not working, please check the repository for the latest version.