File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## HEAD
2
+
3
+ - ` avoid_unstable_final_fields ` [ dart-lang/linter #3578 ] [ ]
4
+
1
5
## [ 3.3.0-0] [ 3.3.0 ]
2
6
3
7
** Prerelease**
184
188
[ dart-lang/linter#3468 ] : https://github.com/dart-lang/linter/pull/3468
185
189
[ dart-lang/linter#3497 ] : https://github.com/dart-lang/linter/pull/3497
186
190
[ dart-lang/linter#3513 ] : https://github.com/dart-lang/linter/pull/3513
191
+ [ dart-lang/linter#3578 ] : https://github.com/dart-lang/linter/pull/3578
187
192
[ dart-lang/linter#3567 ] : https://github.com/dart-lang/linter/pull/3567
188
193
[ dart-lang/linter#3692 ] : https://github.com/dart-lang/linter/pull/3692
189
194
[ dart-lang/linter#3796 ] : https://github.com/dart-lang/linter/pull/3796
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ linter:
46
46
- avoid_types_as_parameter_names
47
47
- avoid_types_on_closure_parameters
48
48
- avoid_unnecessary_containers
49
+ - avoid_unstable_final_fields
49
50
- avoid_unused_constructor_parameters
50
51
- avoid_void_async
51
52
- avoid_web_libraries_in_flutter
You can’t perform that action at this time.
0 commit comments