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 4105724 commit 0a42d20Copy full SHA for 0a42d20
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.7.4+3
2
+
3
+* Support the latest `analyzer` package.
4
5
## 0.7.4+2
6
7
* **BUG FIX**: `ConstantReader.revive()` now properly returns no URL fragment
pubspec.yaml
@@ -6,7 +6,7 @@ homepage: https://github.com/dart-lang/source_gen
environment:
sdk: '>=1.22.1 <2.0.0'
8
dependencies:
9
- analyzer: '>=0.29.10 <0.31.0'
+ analyzer: '>=0.29.10 <0.32.0'
10
build: '>=0.10.0 <0.13.0'
11
dart_style: '>=0.1.7 <2.0.0'
12
meta: ^1.1.0
0 commit comments