Skip to content

Commit

Permalink
[flutter_lints] Rev to 4.0.0; prepare for publishing (#6695)
Browse files Browse the repository at this point in the history
To be submitted after dart-lang/lints#184 is published.
  • Loading branch information
goderbauer committed May 9, 2024
1 parent 4e79678 commit 4799c49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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

* Updates `package:lints` dependency to version 4.0.0, with the following changes:
* adds `library_annotations`
* adds `no_wildcard_variable_uses`
* removes `package_prefixed_library_names`
* removes `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

0 comments on commit 4799c49

Please sign in to comment.