- 04 Dec, 2015 31 commits
-
-
Adam Barth authored
Fixes #689
-
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.
-
Ian Hickson authored
- strengthen analyzer against error messages that point past the bottom of the file. - ignore any errors in intl's auto-generated files.
-
Adam Barth authored
Automatically fill in the menu button when there's a drawer
-
Adam Barth authored
Add support for letterSpacing to TextStyle
-
Adam Barth authored
Also, fill in a back arrow when we can go back. Fixes #699
-
Adam Barth authored
-
Adam Barth authored
-
Eric Seidel authored
Workaround logcat -c not working
-
Eric Seidel authored
-
Ian Hickson authored
Be more discerning with forward transitions
-
- 03 Dec, 2015 9 commits
-
-
Ian Hickson authored
Allow non-Material apps to use the Title widget.
-
Hixie authored
-
Ian Hickson authored
Navigator.canPop(context)
-
Hixie authored
So you don't fade out when going to a popup menu, for example.
-
Hixie authored
-
Eric Seidel authored
Make it possible to specify the saved path for trace --stop
-
Eric Seidel authored
@chinmaygarde
-
Adam Barth authored
RenderFlex shouldn't assert when its out of space
-
Ian Hickson authored
Let MaterialApp.onGenerateRoute return a Route
-