- 19 May, 2017 11 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Chris Bracken authored
On failure to configure a mock VM service, we get a useful exception in setUpAll(). This change prevents an additional failure in tearDownAll() that provides no additional useful diagnostic info.
-
Todd Volkert authored
Fixes the broken build in the Chromium bots
-
Todd Volkert authored
-
Chris Bracken authored
Under android/ directory, ignore: GeneratedPluginRegistrant.java Under ios/ directory, ignore: GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m Pods/
-
Chris Bracken authored
Ensure that showing the keyboard applies padding, reducing the view height.
-
Michael Goderbauer authored
-
Collin Jackson authored
-
Chris Bracken authored
Under android/ directory, ignore: GeneratedPluginRegistrant.java Under ios/ directory, ignore: GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m Pods/
-
Collin Jackson authored
Fix sliver padding assertion failure that sometimes happens during startup because the app is temporarily built with zero size
-
- 18 May, 2017 5 commits
-
-
Hans Muller authored
-
xster authored
* first pass * improvements * extract terminal.dart * rebase * add default terminal to context * The analyzer wants the ../ imports in front of the ./ imports * review notes
-
Chris Bracken authored
-
mattsarett authored
* Add manual test for color space rendering behavior * Remove unneeded assets * Add test for color demo * Drag up to scroll down
-
Mikkel Nygaard Ravn authored
-
- 17 May, 2017 6 commits
-
-
Ian Hickson authored
Previously it was (arbitrarily?) set to 144.0 pixels wide.
-
Sarah Zakarias authored
-
xster authored
-
Todd Volkert authored
* Remove root restriction https://github.com/flutter/flutter/issues/9547 * Add back log msg
-
Ian Hickson authored
Instead just disable the slider. Fixes https://github.com/flutter/flutter/issues/10055
-
Ian Hickson authored
The slider never really made much sense and it violated UX guidelines. https://github.com/flutter/flutter/issues/4147
-
- 16 May, 2017 10 commits
-
-
Ian Hickson authored
Previously we used logical pixels. This made the accessibility metrics tiny on modern devices, since the OS works in physical units. Also add a bit more debugging info and some docs.
-
Adam Barth authored
Previously we threw an exception to require a non-null value. Now we just treat null as the common case of not stopping propagation.
-
Ian Hickson authored
-
Hans Muller authored
-
Ian Hickson authored
Rather than complain about these in a code review I figured I'd just fix them. :-)
-
Ian Hickson authored
-
stevemessick authored
-
Collin Jackson authored
-
Collin Jackson authored
Fixes #10106
-
Todd Volkert authored
For some reaosn, when we discovered our URI, we were re-instantiating the `Completer` instance variable whose future we listen to in `nextUri()`. This led to a race between a caller calling `nextUri()` and us discovering the URI. If we happened to discover our URI before a caller called `nextUri()`, then they would be left waiting on a future from the newly allocated `Completer` (which would never complete). Fixes #10064
-
- 15 May, 2017 8 commits
-
-
Ian Hickson authored
Requires https://github.com/flutter/engine/pull/3688
-
Ian Hickson authored
Also: * Make TextPainter.preferredLineHeight honour root fontSize * Remove bogus docs. * More aggressively track dirty state for RenderEditable. * Some tests.
-
xster authored
* blind wrote everything except the user prompt * works * Add some logical refinements * Make certificates unique and add more instructinos * print more info * Add test * use string is empty * review notes * some formatting around commands * add a newline
-
Jason Simmons authored
-
Adam Barth authored
-
-
Hans Muller authored
-
Mikkel Nygaard Ravn authored
-