Skip to content

Commit c5165a1

Browse files
v 0.0.15 - Dart 3 support
1 parent 1fc9177 commit c5165a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

lib/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)