File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
## NEXT
2
2
3
+ * Removed the following lints:
4
+ * ` prefer_const_constructors ` (see https://github.com/dart-lang/lints/issues/205 )
5
+ * ` prefer_const_declarations `
6
+ * ` prefer_const_literals_to_create_immutables `
3
7
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
4
8
5
9
## 4.0.0
Original file line number Diff line number Diff line change 8
8
- avoid_unnecessary_containers
9
9
- avoid_web_libraries_in_flutter
10
10
- no_logic_in_create_state
11
- - prefer_const_constructors
12
11
- prefer_const_constructors_in_immutables
13
- - prefer_const_declarations
14
- - prefer_const_literals_to_create_immutables
15
12
- sized_box_for_whitespace
16
13
- sort_child_properties_last
17
14
- use_build_context_synchronously
You can’t perform that action at this time.
0 commit comments