File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 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+
19## 3.0.2
210
311* 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
22description : Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
33repository : https://github.com/flutter/packages/tree/main/packages/flutter_lints
44issue_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
77environment :
88 sdk : ^3.1.0
99
1010dependencies :
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
1414topics :
You can’t perform that action at this time.
0 commit comments