We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47795ab commit 54dd888Copy full SHA for 54dd888
packages/flutter_lints/CHANGELOG.md
@@ -1,5 +1,9 @@
1
## NEXT
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`
7
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
8
9
## 4.0.0
packages/flutter_lints/lib/flutter.yaml
@@ -8,10 +8,7 @@ linter:
- avoid_unnecessary_containers
- avoid_web_libraries_in_flutter
10
- no_logic_in_create_state
11
- - prefer_const_constructors
12
- prefer_const_constructors_in_immutables
13
- - prefer_const_declarations
14
- - prefer_const_literals_to_create_immutables
15
- sized_box_for_whitespace
16
- sort_child_properties_last
17
- use_build_context_synchronously
0 commit comments