Skip to content

Commit 6eebe72

Browse files
[flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
Bump the dependency on lints from `^5.0.0` to `^6.0.0` in the `flutter_lints` package. Subsequently also bumping the version of `flutter_lints` to `6.0.0` to match. fixes [#167384](flutter/flutter#167384) ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent c19f839 commit 6eebe72

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

packages/flutter_lints/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## NEXT
1+
## 6.0.0
22

3-
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
3+
* Updates `package:lints` dependency to version 6.0.0, with the following changes:
4+
* adds `strict_top_level_inference`
5+
* adds `unnecessary_underscores`
6+
* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
47

58
## 5.0.0
69

packages/flutter_lints/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: flutter_lints
22
description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
33
repository: https://github.com/flutter/packages/tree/main/packages/flutter_lints
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_lints%22
5-
version: 5.0.0
5+
version: 6.0.0
66

77
environment:
8-
sdk: ^3.6.0
8+
sdk: ^3.8.0
99

1010
dependencies:
11-
lints: ^5.0.0
11+
lints: ^6.0.0
1212
# Code is not allowed in this package. Do not add any dependencies or dev_dependencies.
1313

1414
topics:

0 commit comments

Comments
 (0)