File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.16.2 (13/08/2026)
2+
3+ Core ruleset:
4+ - Remove ` no_dynamic_casts `
5+ - Remove ` unnecessary_null_checks `
6+
7+
18## 2.16.1 (13/08/2026)
29
310Remove duplicate ` no_runtimetype_tostring ` entry.
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ linter:
8484 - missing_whitespace_between_adjacent_strings
8585 - no_adjacent_strings_in_list
8686 - no_duplicate_case_values
87- - no_dynamic_casts
8887 - no_leading_underscores_for_library_prefixes
8988 - no_leading_underscores_for_local_identifiers
9089 - no_literal_bool_comparisons
@@ -167,7 +166,6 @@ linter:
167166 - unnecessary_new
168167 - unnecessary_null_aware_assignments
169168 - unnecessary_null_aware_operator_on_extension_on_nullable
170- - unnecessary_null_checks
171169 - unnecessary_null_in_if_null_operators
172170 - unnecessary_nullable_for_final_variable_declarations
173171 - unnecessary_overrides
Original file line number Diff line number Diff line change 11name : flint
22description : Analyzer lints used internally in Forus Labs' Dart & Flutter projects.
3- version : 2.16.1
3+ version : 2.16.2
44homepage : https://github.com/forus-labs/cauldron
55repository : https://github.com/forus-labs/cauldron
66topics : [lints]
You can’t perform that action at this time.
0 commit comments