File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11language : dart
22sudo : false
3+ # Unpin SDK after https://github.com/dart-lang/sdk/issues/31940
34dart :
4- - dev
5+ - " dev/release/2.0.0-dev.17.0 "
56 - stable
67 - 1.22.1
78dart_task :
Original file line number Diff line number Diff line change 1- ## 0.7.4-dev
1+ ## 0.7.4
22
33* Added ` typeNameOf ` , which is a safe way to get the name of a ` DartType ` ,
44 even when the type is a ` FunctionType ` , which has a ` null ` name in newer
88 ` export ` path necessary to reach the provided URL from the current library.
99 Also added ` pathToAsset ` and ` pathToElement ` as convenience functions.
1010
11+ * Expanded ` package:build ` support to allow version ` 0.12.0 ` .
12+
1113## 0.7.3
1214
1315* Allow null and empty outputs form ` GeneratorForAnnotation ` .
Original file line number Diff line number Diff line change 11name : source_gen
2- version : 0.7.3
2+ version : 0.7.4
33author : Dart Team <misc@dartlang.org>
44description : Automated source code generation for Dart.
55homepage : https://github.com/dart-lang/source_gen
66environment :
77 sdk : ' >=1.22.1 <2.0.0'
88dependencies :
99 analyzer : ' >=0.29.10 <0.31.0'
10- build : ' >=0.10.0 <0.12 .0'
10+ build : ' >=0.10.0 <0.13 .0'
1111 dart_style : ' >=0.1.7 <2.0.0'
1212 meta : ^1.1.0
1313 path : ^1.3.2
1414 source_span : ^1.4.0
1515dev_dependencies :
16- build_test : ^ 0.9.0
16+ build_test : " > 0.9.0 <0.11.0 "
1717 collection : ^1.1.2
1818 cli_util : ' >=0.1.0 <0.2.0'
1919 logging : ^0.11.3
You can’t perform that action at this time.
0 commit comments