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 ad59337 commit 1be9d95Copy full SHA for 1be9d95
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.5.1+4
2
+
3
+* Support `package:analyzer` 0.29.0
4
5
## 0.5.1+3
6
7
* Upgrade to be compatible with the breaking changes in analyzer 0.28.0
pubspec.yaml
@@ -1,12 +1,12 @@
name: source_gen
-version: 0.5.1+3
+version: 0.5.1+4
author: Dart Team <[email protected]>
description: Automatic sourcecode generation for Dart
homepage: https://github.com/dart-lang/source_gen
environment:
sdk: '>=1.12.0 <2.0.0'
8
dependencies:
9
- analyzer: ^0.28.0
+ analyzer: '>=0.28.0 <0.30.0'
10
build: '>=0.2.1 <0.5.0'
11
cli_util: ^0.0.1
12
dart_style: '>=0.1.7 <0.3.0'
0 commit comments