- 10 Mar, 2017 1 commit
-
-
Yegor authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 10 Feb, 2017 2 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/7974
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/7963
-
- 07 Feb, 2017 1 commit
-
-
Jason Simmons authored
-
- 12 Jan, 2017 1 commit
-
-
Adam Barth authored
We were checking similar things in two places. Now we check everything in one place.
-
- 11 Jan, 2017 1 commit
-
-
Adam Barth authored
Now that dart-lang/dartdoc#1236 is fixed.
-
- 06 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 15 Nov, 2016 1 commit
-
-
Ian Hickson authored
See https://github.com/flutter/flutter/pull/6861 This silences all but two of the warnings from https://travis-ci.org/flutter/flutter/builds/176055550 One of the silenced warnings was a genuine code error. Some of the others were correct but there was no way for the analyzer to know, and I worked around them. The remainder are problems with the analyzer, specifically https://github.com/dart-lang/sdk/issues/27827 and https://github.com/dart-lang/sdk/issues/27504.
-
- 14 Nov, 2016 1 commit
-
-
Dan Rubel authored
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
-
- 09 Nov, 2016 1 commit
-
-
Ian Hickson authored
...by reverting us to an earlier dartdoc package. Also I added a sanity test to make sure that we don't regress this again.
-
- 08 Nov, 2016 1 commit
-
-
Dan Rubel authored
-
- 28 Oct, 2016 1 commit
-
-
Adam Barth authored
These aren't needed anymore.
-
- 04 Oct, 2016 1 commit
-
-
Chris Bracken authored
-
- 23 Sep, 2016 1 commit
-
-
Adam Barth authored
Switch our pubspec.yamls to using SDK sources so that we can have consistent source types when we depend on these packages from external packages using SDK sources.
-
- 29 Aug, 2016 1 commit
-
-
Devon Carew authored
* peg dartdoc to a specific version * add some documentation * apply the fix to dev/bots/docs instead
-
- 23 Jul, 2016 1 commit
-
-
Devon Carew authored
-
- 24 Jun, 2016 1 commit
-
-
Adam Barth authored
`flutter test` now has a `--merge-coverage` flag that can be used to merge coverage data from previous runs, enabling faster iteration cycles.
-
- 23 Jun, 2016 1 commit
-
-
Adam Barth authored
We now have 100% coverage of animation.dart and animation_controller.dart. Also, add some basic tools for working with lcov files. These tools need much more polish.
-
- 16 May, 2016 2 commits
- 13 May, 2016 1 commit
-
-
Devon Carew authored
* updates from the flutter gallery rename * rename ids to io.flutter.gallery
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-
- 04 May, 2016 1 commit
-
-
Devon Carew authored
-
- 03 May, 2016 1 commit
-
-
Yegor authored
The same can now be achieved using `flutter run --trace-startup --no-checked`.
-
- 01 May, 2016 2 commits
-
-
Devon Carew authored
* Revert "Revert "Mega gallery (#3647)" (#3659)" This reverts commit ea62d31f. * fix the dev/dartdoc.dart script
-
Adam Barth authored
This reverts commit 9497fb56. This patch broke the dartdoc step on the bots.
-
- 30 Apr, 2016 1 commit
-
-
Devon Carew authored
* working on a large benchmark app * build a 100k saple app * print sizes of other libs; scale to 60k lines * test the generated app on travis
-