Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit f325866

Browse files
authored
1.21.0 (#3297)
1 parent 6b4538c commit f325866

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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`

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.20.0
2+
version: 1.21.0
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)