This package offers support for writing Dart analysis server plugins.
Analysis server plugins empower developers to contribute their own Dart static analysis in IDEs and at the command line via dart analyze
and flutter analyze
. Analysis server plugins can offer the following static analyses:
Review the following documents for how to write and how to use analysis server plugins: