context_plus_lint 2.0.0 copy "context_plus_lint: ^2.0.0" to clipboard
context_plus_lint: ^2.0.0 copied to clipboard

Analyzer plugin rules and assists for context_plus

2.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: analysis_server_plugin migration.

2.0.0 #

  • BREAKING: Reimplemented the package as a Dart analysis server plugin (analysis_server_plugin) instead of custom_lint. Plugins are enabled via a top-level plugins: section in analysis_options.yaml (not under analyzer:). Requires Dart 3.10 (Flutter 3.38) or later. See README for flutter_test / meta resolution notes.

1.0.1 #

  • FIX: fix trailing comma handling inside context_use_unique_key auto-fix for single-parameter .use() calls.

1.0.0 #

  • Initial release