Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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: 7 additions & 0 deletions packages/flutter_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.

## 6.0.0

* 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

* Updates `package:lints` dependency to version 5.0.0, with the following changes:
Expand Down
4 changes: 2 additions & 2 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

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