- 25 May, 2017 1 commit
-
-
jcollins-g authored
* update the docs css style so the generated dartdoc matches the new flutter.io * Change to 0.12.0 dartdoc * Review comment
-
- 22 May, 2017 1 commit
-
-
Phil Quitslund authored
* Bump Dart SDK to `1.24.0-dev.3.0`. * Fix (mega) gallery creation.
-
- 21 May, 2017 1 commit
-
-
xster authored
Moved everything icons related except the material icon button and the materialicon font list to widget
-
- 19 May, 2017 1 commit
-
-
Ian Hickson authored
This will get tested once we turn on fatal errors for dartdocs. We can't do that yet because of upstream failures.
-
- 12 May, 2017 1 commit
-
-
Chris Bracken authored
During SDK version updates, output the commands used to tag the repo with the SDK version.
-
- 11 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 10 May, 2017 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
And add a script to rev the versions.
-
- 04 May, 2017 1 commit
-
-
jcollins-g authored
-
- 24 Apr, 2017 1 commit
-
-
Todd Volkert authored
This will help us know for sure exactly which sub-script erred.
-
- 21 Apr, 2017 1 commit
-
-
jcollins-g authored
* Have sanity check pass on old and new versions of flutter
-
- 19 Apr, 2017 2 commits
-
-
Adam Barth authored
-
Devon Carew authored
-
- 14 Apr, 2017 1 commit
-
-
Devon Carew authored
* update the font used for docs.flutter.io * update to use the flutter primary color * update the header background color
-
- 12 Apr, 2017 1 commit
-
-
Ian Hickson authored
* Fix tests to use Ahem, and helpful changes around that - Fix fonts that had metric-specific behaviours. - LiveTestWidgetsFlutterBinding.allowAllFrames has been renamed to LiveTestWidgetsFlutterBinding.framePolicy. - LiveTestWidgetsFlutterBinding now defaults to using a frame policy that pumps slightly more frames, to animate the pointer crosshairs. - Added "flutter run --use-test-fonts" to enable Ahem on devices. - Changed how idle() works to be more effective in live mode. - Display the test name in live mode (unless ahem fonts are enabled). - Added a toString to TextSelectionPoint. - Style nit fixes. * Roll engine to get Ahem changes. * Update tests for dartdoc changes. * Fix flutter_tools tests
-
- 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`.
-