From 3d201833edcc7f6b76fc2796b93749d645eed4ae Mon Sep 17 00:00:00 2001 From: Hassnaa Mohamed Date: Sat, 25 Oct 2025 19:55:34 +0300 Subject: [PATCH 1/4] docs: add notice linking to analysis_server_plugin --- pkg/analyzer_plugin/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/analyzer_plugin/README.md b/pkg/analyzer_plugin/README.md index ef7af1ba8742..f1819e73a36c 100644 --- a/pkg/analyzer_plugin/README.md +++ b/pkg/analyzer_plugin/README.md @@ -2,6 +2,10 @@ [![package publisher](https://img.shields.io/pub/publisher/analyzer_plugin.svg)](https://pub.dev/packages/analyzer_plugin/publisher) 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 From 1a5f2568d955c658d4ca43eba960856f29c6488c Mon Sep 17 00:00:00 2001 From: Hassnaa Mohamed Date: Sat, 25 Oct 2025 21:09:39 +0300 Subject: [PATCH 2/4] docs: format notice block with spacing in README --- pkg/analyzer_plugin/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/analyzer_plugin/README.md b/pkg/analyzer_plugin/README.md index f1819e73a36c..4c0941f7ce25 100644 --- a/pkg/analyzer_plugin/README.md +++ b/pkg/analyzer_plugin/README.md @@ -2,7 +2,9 @@ [![package publisher](https://img.shields.io/pub/publisher/analyzer_plugin.svg)](https://pub.dev/packages/analyzer_plugin/publisher) 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. From 5b72700189c9dcedc688aef79bb419940a309230 Mon Sep 17 00:00:00 2001 From: Hassnaa Mohamed Date: Fri, 31 Oct 2025 19:17:15 +0200 Subject: [PATCH 3/4] fix: remove trailing whitespaces and clean markdown formatting --- pkg/analyzer_plugin/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkg/analyzer_plugin/README.md b/pkg/analyzer_plugin/README.md index 4c0941f7ce25..9ee633abf5fe 100644 --- a/pkg/analyzer_plugin/README.md +++ b/pkg/analyzer_plugin/README.md @@ -3,11 +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. +> **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 From c4e0256642914d94b6f63537fec68b07570a78ed Mon Sep 17 00:00:00 2001 From: Hassnaa Mohamed Date: Fri, 31 Oct 2025 19:27:56 +0200 Subject: [PATCH 4/4] fix: remove trailing whitespaces and clean markdown formatting --- pkg/analyzer_plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/analyzer_plugin/README.md b/pkg/analyzer_plugin/README.md index 9ee633abf5fe..bb5aa47663b8 100644 --- a/pkg/analyzer_plugin/README.md +++ b/pkg/analyzer_plugin/README.md @@ -3,7 +3,7 @@ A framework for building plugins for the analysis server. -> **Notice:** +> **WARNING!** > 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.