Skip to content

Commit fc8b3d7

Browse files
Hassnaa9Commit Queue
authored andcommitted
docs: add notice linking to analysis_server_plugin
Closes #61820 GitOrigin-RevId: f45bed0 Change-Id: I77d6708b9a52fe40ed81a9e99e12b7df4ab01f2f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457580 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 562e907 commit fc8b3d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/analyzer_plugin/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
A framework for building plugins for the analysis server.
55

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+
613
## Usage
714

815
**Note:** The plugin support is not currently available for general use.

0 commit comments

Comments
 (0)