This repository was archived by the owner on Aug 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33- ` recommended ` :
44 - added [ unnecessary_library_name] (https://github.com/dart-lang/lints/issues/181 )
55 - added [ invalid_runtime_check_with_js_interop_types] (https://github.com/dart-lang/lints/issues/188 )
6+ - removed [ avoid_null_checks_in_equality_operators] (https://github.com/dart-lang/lints/issues/200 )
67- Updated the SDK lower-bound to 3.5.
78
89[ unnecessary_library_name ] : https://dart.dev/lints/unnecessary_library_name
910[ invalid_runtime_check_with_js_interop_types ] : https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types
11+ [ avoid_null_checks_in_equality_operators ] : https://dart.dev/tools/linter-rules/avoid_null_checks_in_equality_operators
1012
1113## 4.0.0
1214
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ linter:
1414 - annotate_overrides
1515 - avoid_function_literals_in_foreach_calls
1616 - avoid_init_to_null
17- - avoid_null_checks_in_equality_operators
1817 - avoid_renaming_method_parameters
1918 - avoid_return_types_on_setters
2019 - avoid_returning_null_for_void
You can’t perform that action at this time.
0 commit comments