- 03 Mar, 2016 7 commits
-
-
Adam Barth authored
This test causes the buildbot to hang. We don't currently have any hang protection, which means this test ends up killing the bot. Disable the test for now why we work on the root issues.
-
Adam Barth authored
This change brings in a new version of Mojo, which has improved Mozart interfaces.
-
yjbanov authored
Turns out VM service only accepts flat parameter name/value pairs. It only worked this far because vm_service_client (mistakenly) uses JSON encoder to encode parameters. This change separates the Command type hierarchy from that of Result and tightens type constraints on Command object parameters.
-
yjbanov authored
-
Hans Muller authored
-
Kris Giesing authored
Fixes #2337
-
Hans Muller authored
-
- 02 Mar, 2016 9 commits
-
-
Yegor Jbanov authored
-
Hixie authored
-
Devon Carew authored
-
Adam Barth authored
Fixes #2324
-
Chinmay Garde authored
iOS Simulator: Attempt 'sideloading' the updated Flutter application if the application runner is already up * This makes the turnaround times < 2 seconds on the iOS simulator. * Also bumps the engine to use the new engine required to support the flags.
-
Adam Barth authored
This enum doesn't make sense anymore now that we can arbitrarily colorize icons. Instead, we just use a Color, which is both simpler and can be interpolated during animations. Fixes #1279
-
Hixie authored
Makes it easier to use without a SizeObserver
-
Adam Barth authored
Rather than managing all the Material Design icons manually, we now manage them using an icon font. The icon font contains glyphs for each icon in an efficient vector format. This patch updates the FLX tooling to include the MaterialIcons font and updates the Icon widget to use the font instead of asset images. Fixes #2313 Fixes #2218 Fixes #2009 Fixes #994
-
Hans Muller authored
-
- 01 Mar, 2016 11 commits
-
-
Adam Barth authored
Fixes #1355
-
Ian Hickson authored
-
Hans Muller authored
-
Adam Barth authored
Fixes #1381
-
Adam Barth authored
Now we produce an error message that explains why this operation isn't permitted by the framework. Fixes #1925
-
Devon Carew authored
-
pq authored
Added missing @override annotations (as per the `annotate_overrides` lint rule).
-
Adam Barth authored
* Makes repeat default to the lower and upper bounds * Makes animateTo handle unbounded ranges better * Improve the name of _TweenSimulation Fixes #2096 Fixes #2090 Fixes #2091
-
Yegor Jbanov authored
-
yjbanov authored
-
Adam Barth authored
Handle this error condition better and tweak some of the formating for the version string. Fixes #2162
-
- 29 Feb, 2016 3 commits
-
-
Hixie authored
-
Matt Perry authored
-
Adam Barth authored
After this patch, the flutter logs command on Android shows only log messages since the command was run. Previously, it showed historical logs, which was confusing. Fixes #2013
-
- 28 Feb, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
- 27 Feb, 2016 7 commits
-
-
Devon Carew authored
-
Hixie authored
-
Hixie authored
-
Hixie authored
-
Hixie authored
-
Hans Muller authored
-
Adam Barth authored
This concept is now private to AnimationController. All the clients actually want the AnimationStatus.
-