solid-software / solid_lints

🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Other
36 stars 17 forks source link

invariant_booleans deprecated #18

Closed danylo-safonov-solid closed 1 year ago

danylo-safonov-solid commented 1 year ago

Dart analyser is now throwing this error:

Warning in the included options file /opt/hostedtoolcache/flutter/3.7.0-stable/x64/.pub-cache/hosted/pub.dev/solid_lints-0.0.11/lib/analysis_options.yaml(4497..4514): 'invariant_booleans' is a deprecated lint rule and should not be used

same with 0.0.13

danylo-safonov-solid commented 1 year ago

linter 1.25.0/invariant_booleans - not deprecated linter 1.26.0/invariant_booleans - deprecated

deprecation PR

dart 2.18.0 has linter at 1.25.0 dart 2.19.0 updates linter to 1.31.0

flutter 3.7.0 - dart 2.19.0, flutter 3.3.10 - dart 2.18.6