File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## 3.0.2
2
10
3
11
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: flutter_lints
2
2
description : Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/flutter_lints
4
4
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
6
6
7
7
environment :
8
8
sdk : ^3.1.0
9
9
10
10
dependencies :
11
- lints : ^3 .0.0
11
+ lints : ^4 .0.0
12
12
# Code is not allowed in this package. Do not add any dependencies or dev_dependencies.
13
13
14
14
topics :
You can’t perform that action at this time.
0 commit comments