File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
2
-
3
- * Removed the following lints:
4
- * ` prefer_const_constructors ` (see https://github.com/dart-lang/lints/issues/205 )
1
+ ## 5.0.0
2
+
3
+ * Updates ` package:lints ` dependency to version 5.0.0, with the following changes:
4
+ * adds ` invalid_runtime_check_with_js_interop_types `
5
+ * adds ` unnecessary_library_name `
6
+ * removes ` avoid_null_checks_in_equality_operators `
7
+ * Removes the following lints (see https://github.com/dart-lang/lints/issues/205 ):
8
+ * ` prefer_const_constructors `
5
9
* ` prefer_const_declarations `
6
10
* ` prefer_const_literals_to_create_immutables `
7
- * Updates minimum supported SDK version to Flutter 3.19 /Dart 3.3 .
11
+ * Updates minimum supported SDK version to Flutter 3.24 /Dart 3.5 .
8
12
9
13
## 4.0.0
10
14
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 : 4 .0.0
5
+ version : 5 .0.0
6
6
7
7
environment :
8
- sdk : ^3.3 .0
8
+ sdk : ^3.5 .0
9
9
10
10
dependencies :
11
- lints : ^4 .0.0
11
+ lints : ^5 .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