- 05 Dec, 2015 10 commits
-
-
Adam Barth authored
Remove PaintingCanvas
-
Adam Barth authored
Remove outdated radial_reaction.dart
-
Adam Barth authored
We can just use Canvas now. The two are the same thing.
-
Adam Barth authored
We now draw radial reactions using Material.
-
Ian Hickson authored
Replace AnimationTiming with CurvedPerformance
-
Ian Hickson authored
MeanPerformance
-
Hixie authored
Also, replace places that use the term "create performance" with "create performance controller".
-
Hixie authored
-
Ian Hickson authored
Refactor PerformanceView listeners.
-
Hixie authored
Primarily, this rearranges how listeners are handled internally by the various PerformanceView classes so that there's not so much redundancy. It also fixes ReversePerformance and ProxyPerformance to not leak. Previously, they never unhooked their listeners, so they'd leak until the entire chain of performances was killed. Now, they unhook as soon as they themselves have no listeners left, which is more idiomatic.
-
- 04 Dec, 2015 30 commits
-
-
Adam Barth authored
Improve the asset for build functions that return null
-
Ian Hickson authored
Add more asserts to help catch the blackness bug
-
Adam Barth authored
Fixes #689
-
Collin Jackson authored
Support for hero transitions underneath the target page
-
Hixie authored
-
Collin Jackson authored
-
Collin Jackson authored
-
Ian Hickson authored
Refactor forward transition building
-
Hixie authored
Instead of separate functions for the 0->1 and 1->2 transitions, just have one function.
-
Adam Barth authored
MultiChildLayoutDelegate should assert that all children have had layoutChild called exactly once
-
Eric Seidel authored
Make profile_startup.dart print instructions.
-
Ian Hickson authored
BuilderTransition no longer requires variables
-
Adam Barth authored
Fixes #692 Fixes #690
-
Eric Seidel authored
@chinmaygarde
-
Hixie authored
Sometimes you want to just make a transition driven straight from the performance's progress, rather than with an explicit variable.
-
Adam Barth authored
Add custom clipping to ClipRect and ClipOval
-
Adam Barth authored
Add the ability to custom paint foregrounds
-
Adam Barth authored
-
Eric Seidel authored
Add script for profiling startup using flutter trace on Android
-
Ian Hickson authored
Slider Improvements
-
Hixie authored
Have the widget support min/max arguments to make the widget easier to use. Also, fix the dragging so it's actually where the knob is.
-
Adam Barth authored
-
Eric Seidel authored
This will work after the next Engine roll. Currently it requires a fix to tracing which isn't in the released engine. Next steps are to make this work on a bot, and to add iOS support. @abarth @chinmaygarde
-
Jason Simmons authored
Example of using the Dart internationalization package in Flutter
-
Jason Simmons authored
-
Adam Barth authored
Improve material ink response
-
Adam Barth authored
This patch contains a number of improvements to the material ink response: - The ink response now remains until you lift your finger - When disappearing, the ink response now fades out - The ink response is now the correct color (at least in the light theme) - The ink response for IconButton now has a (circular) highlight - The ink response for IconButton now repositions itself to be centered on the highlight In addition, I've adjusted the various animation parameters to better match the behavior of ink responses in the Java implementation of material. Fixes #695
-
Ian Hickson authored
Introduce some basic utility classes.
-
Ian Hickson authored
Analyzer improvements
-
Ian Hickson authored
One might argue, the most basic utility classes.
-