Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkg/analyzer_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

A framework for building plugins for the analysis server.

**Notice:**

This package is for **legacy support** and is **not recommended** for new plugin development.
For modern plugin implementations, use the [`analysis_server_plugin`](https://pub.dev/packages/analysis_server_plugin) package instead.
See its documentation for the latest architecture and examples.

## Usage

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