Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
[flutter_lints] Rev to 4.0.0; prepare for publishing
  • Loading branch information
goderbauer committed May 9, 2024
commit 267cb1de4d61597d50810b7ac51d4871d9469a8d
8 changes: 8 additions & 0 deletions packages/flutter_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.0.0

* Updated `package:lints` dependency to version 4.0.0, with the following changes:
* added `library_annotations`
* added `no_wildcard_variable_uses`
* removed `package_prefixed_library_names`
* removed `library_names`

## 3.0.2

* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
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: 3.0.2
version: 4.0.0

environment:
sdk: ^3.1.0

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

topics:
Expand Down