Skip to content

Commit 4799c49

Browse files
authored
[flutter_lints] Rev to 4.0.0; prepare for publishing (#6695)
To be submitted after dart-archive/lints#184 is published.
1 parent 4e79678 commit 4799c49

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/flutter_lints/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.0.0
2+
3+
* Updates `package:lints` dependency to version 4.0.0, with the following changes:
4+
* adds `library_annotations`
5+
* adds `no_wildcard_variable_uses`
6+
* removes `package_prefixed_library_names`
7+
* removes `library_names`
8+
19
## 3.0.2
210

311
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.

packages/flutter_lints/pubspec.yaml

Lines changed: 2 additions & 2 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: 3.0.2
5+
version: 4.0.0
66

77
environment:
88
sdk: ^3.1.0
99

1010
dependencies:
11-
lints: ^3.0.0
11+
lints: ^4.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)