Skip to content

[flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 #9108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
7 changes: 5 additions & 2 deletions packages/flutter_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## NEXT
## 6.0.0

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Updates `package:lints` dependency to version 6.0.0, with the following changes:
* adds `strict_top_level_inference`
* adds `unnecessary_underscores`
* Updates minimum supported SDK version to Flutter 3.30/Dart 3.8.

## 5.0.0

Expand Down
6 changes: 3 additions & 3 deletions packages/flutter_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: flutter_lints
description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
repository: https://github.com/flutter/packages/tree/main/packages/flutter_lints
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_lints%22
version: 5.0.0
version: 6.0.0

environment:
sdk: ^3.5.0
sdk: ^3.8.0

dependencies:
lints: ^5.0.0
lints: ^6.0.0
# Code is not allowed in this package. Do not add any dependencies or dev_dependencies.

topics:
Expand Down