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 11## NEXT
22
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 `
37* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
48
59## 4.0.0
Original file line number Diff line number Diff line change 88 - avoid_unnecessary_containers
99 - avoid_web_libraries_in_flutter
1010 - no_logic_in_create_state
11- - prefer_const_constructors
1211 - prefer_const_constructors_in_immutables
13- - prefer_const_declarations
14- - prefer_const_literals_to_create_immutables
1512 - sized_box_for_whitespace
1613 - sort_child_properties_last
1714 - use_build_context_synchronously
You can’t perform that action at this time.
0 commit comments