Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit ed5ca53

Browse files
committed
chore: restrict analyzer version to >=2.4.0 <3.2.0.
1 parent 62e5602 commit ed5ca53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* feat: support excludes for a separate anti-pattern.
66
* fix: prefer-extracting-callbacks in nested widgets.
77
* fix: correctly handle method invocations on getters and method of for `check-unused-l10n` command.
8+
* chore: restrict `analyzer` version to `>=2.4.0 <3.2.0`.
89

910
## 4.9.0
1011

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
sdk: ">=2.14.0 <3.0.0"
1111

1212
dependencies:
13-
analyzer: ">=2.4.0 <3.1.0"
13+
analyzer: ">=2.4.0 <3.2.0"
1414
analyzer_plugin: ">=0.8.0 <0.10.0"
1515
ansicolor: ^2.0.1
1616
args: ^2.0.0

0 commit comments

Comments
 (0)