- 06 Mar, 2016 4 commits
-
-
Ian Hickson authored
-
Adam Barth authored
Previously we got confused and started sending start/end pairs for each tick of the fling animation. Fixes #2430
-
Adam Barth authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2369
-
- 05 Mar, 2016 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2436
-
- 04 Mar, 2016 10 commits
-
-
Adam Barth authored
Putting this code in a separate library let's services that depend only on the shell be clearer about their dependencies.
-
Adam Barth authored
Fixes #1921
-
Adam Barth authored
Rather than catching every exception, we now handle the one specific case where we legitimately cannot create the root bundle. Fixes #900
-
Adam Barth authored
-
Adam Barth authored
We get the icons from the iconfont now. Also, remove the package:flutter CHANGELOG.md. This file is outdated and the git history is a more accurate change log these days.
-
Ian Hickson authored
This is a variety of trivial fixes that I collected while going through the dartdocs. This does contain some non-comment changes.
-
Adam Barth authored
We're going to remove DrawLooper from the canvas API soon.
-
Kris Giesing authored
-
Hans Muller authored
-
Kris Giesing authored
Fixes #2198
-
- 03 Mar, 2016 11 commits
-
-
Hixie authored
-
Adam Barth authored
The mojo_sdk has cleaned up its dependencies, so we no longer need to depend on package:test from package:flutter.
-
Hixie authored
-
Hans Muller authored
-
Adam Barth authored
This patch switches us from using our previous hacking approach to integrating with package:test to using the new PlatformPlugin interface.
-
Adam Barth authored
Fixes #2361
-
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.
-
Hans Muller authored
-
Kris Giesing authored
Fixes #2337
-
Hans Muller authored
-
- 02 Mar, 2016 6 commits
-
-
Hixie authored
-
Adam Barth authored
Fixes #2324
-
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 5 commits
-
-
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
-
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
-
- 29 Feb, 2016 1 commit
-
-
Hixie authored
-
- 27 Feb, 2016 2 commits