Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/flutter_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## NEXT

* Removed the following lints:
* `prefer_const_constructors` (see https://github.com/dart-lang/lints/issues/205)
* `prefer_const_declarations`
* `prefer_const_literals_to_create_immutables`
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

## 4.0.0
Expand Down
3 changes: 0 additions & 3 deletions packages/flutter_lints/lib/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ linter:
- avoid_unnecessary_containers
- avoid_web_libraries_in_flutter
- no_logic_in_create_state
- prefer_const_constructors
- prefer_const_constructors_in_immutables
- prefer_const_declarations
- prefer_const_literals_to_create_immutables
- sized_box_for_whitespace
- sort_child_properties_last
- use_build_context_synchronously
Expand Down