This repository was archived by the owner on Jan 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.21.0
2+
3+ - fixed ` use_key_in_widget_constructors ` false positive
4+ with ` key ` super parameter initializers
5+ - fixed ` use_super_parameters ` false positive with field
6+ formal params
7+ - updated ` unnecessary_null_checks ` and
8+ ` null_check_on_nullable_type_parameter ` to handle
9+ list/set/map literals, and ` yield ` and ` await `
10+ expressions
11+
112# 1.20.0
213
314- renamed ` use_super_initializers ` to ` use_super_parameters `
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55/// Package version. Synchronized w/ pubspec.yaml.
6- const String version = '1.20 .0' ;
6+ const String version = '1.21 .0' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.20 .0
2+ version : 1.21 .0
33
44description : >-
55 The implementation of the lint rules supported by the analyzer framework.
You can’t perform that action at this time.
0 commit comments