File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,12 @@ language: dart
22
33dart :
44 - dev
5- - stable
6- - 1.22.1
5+ # Flutter Alpha @ v0.0.21
6+ - 2.0.0-dev.16.0
77dart_task :
88 - test
99 - dartfmt
1010 - dartanalyzer
11- matrix :
12- exclude :
13- - dart : 1.22.1
14- dart_task : dartfmt
15- - dart : 1.22.1
16- dart_task : dartanalyzer
1711
1812# Only building master means that we don't run two builds for each pull request.
1913branches :
Original file line number Diff line number Diff line change 1+ ## 0.7.5
2+
3+ * Require at least Dart ` 2.0.0-dev.16.0 ` .
4+
15## 0.7.4+3
26
37* Support the latest ` analyzer ` package.
Original file line number Diff line number Diff line change 11name : source_gen
2- version : 0.7.4+3
2+ version : 0.7.5-dev
33author : Dart Team <misc@dartlang.org>
44description : Automated source code generation for Dart.
55homepage : https://github.com/dart-lang/source_gen
66environment :
7- sdk : ' >=1.22.1 <2.0.0'
7+ sdk : ' >=2.0.0-dev.16.0 <2.0.0'
88dependencies :
99 analyzer : ' >=0.29.10 <0.32.0'
1010 build : ' >=0.10.0 <0.13.0'
You can’t perform that action at this time.
0 commit comments