File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.14
2+
3+ - Disabe invariant_booleans as it is deprecated in Flutter 3.7
4+
15## 0.0.13
26
37- enable use_colored_box & use_decorated_box + add more comments about specific lints
Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ linter:
146146 - file_names
147147 - hash_and_equals
148148 - implementation_imports
149- - invariant_booleans
149+ # deprecated rule in Flutter 3.7
150+ # - invariant_booleans
150151 - iterable_contains_unrelated_type
151152 - join_return_with_assignment
152153 - leading_newlines_in_multiline_strings
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: solid_lints
22description :
33 Lints for Dart and Flutter based on software industry standards and best
44 practices.
5- version : 0.0.13
5+ version : 0.0.14
66homepage : https://github.com/solid-software/solid_lints/
77
88environment :
You can’t perform that action at this time.
0 commit comments