We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562e907 commit fc8b3d7Copy full SHA for fc8b3d7
pkg/analyzer_plugin/README.md
@@ -3,6 +3,13 @@
3
4
A framework for building plugins for the analysis server.
5
6
+> **WARNING!**
7
+> This package is for **legacy support** and is **not recommended** for new plugin development.
8
+>
9
+> For modern plugin implementations, use the [`analysis_server_plugin`](https://pub.dev/packages/analysis_server_plugin) package instead.
10
11
+> See its documentation for the latest architecture and examples.
12
+
13
## Usage
14
15
**Note:** The plugin support is not currently available for general use.
0 commit comments