essential_lints 0.1.7
essential_lints: ^0.1.7 copied to clipboard
New lint rules for Dart/Flutter projects and related fixes.
Changelog #
0.1.7 #
Released on: 2026-01-09
- Fixes
Use direct importfix for non-lib files.
0.1.6 #
Released on: 2026-01-07
- Fixes
standard_comment_styleto be compatible withdartdoc.
0.1.5 #
Released on: 2026-01-07
- Fixes
standard_comment_stylefor some token sequences that made it stop looking.
0.1.4 #
Released on: 2026-01-07
- Fixes warnings to be ignorable.
- Adds some fixes for warnings and for
first_getterandlast_getterrules.
0.1.3 #
Released on: 2026-01-06
- Fixes
standard_comment_stylerule to allow markdown compatible comments (like headings, lists, blockquotes) to pass without linting errors. - Fixes
variable_shadowingrule to avoid false positives in certain scenarios. - Fixes
mutable_tearoffrule to avoid false positives with property accessors.
0.1.2 #
Released on: 2026-01-05
- Changes essential_lints_annotations dependency version.
- Fixes example comments to clone it.
- Adds missing punctuations to
standard_comment_stylerule.
0.1.1 #
Released on: 2026-01-05
- Fixes PANA problems in essential_lints package.
0.1.0 #
Released on: 2025-12-27
- Initial release of essential_lints package.
0.0.1 #
- Placeholder.