File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.15
2+
3+ - Add support for Dart 3
4+
15## 0.0.14
26
37- Disabe invariant_booleans as it is deprecated in Flutter 3.7
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ linter:
179179 - prefer_const_literals_to_create_immutables
180180 - prefer_constructors_over_static_methods
181181 - prefer_contains
182- - prefer_equal_for_default_values
182+ # - prefer_equal_for_default_values - removed in Dart 3.0.0
183183 # Not used, as the default app template has a single statement return code generated.
184184 # While this could be beneficial for Dart projects and maintaining code style, we are unaware
185185 # of any substantial evidence that improves code when using expression function body
You can’t perform that action at this time.
0 commit comments