We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b421775 commit ff79de6Copy full SHA for ff79de6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## 5.4.3-wip
2
3
-* Require analyzer 5.12.0.
+* Require analyzer 5.12.0, allow analyzer version 6.x;
4
* Add example of writing a class to mock function objects.
5
6
## 5.4.2
pubspec.yaml
@@ -9,7 +9,7 @@ environment:
9
sdk: '>=2.19.0 <4.0.0'
10
11
dependencies:
12
- analyzer: '>=5.12.0 <6.0.0'
+ analyzer: '>=5.12.0 <7.0.0'
13
build: '>=1.3.0 <3.0.0'
14
code_builder: ^4.5.0
15
collection: ^1.15.0
0 commit comments