- 04 Dec, 2015 25 commits
-
-
Adam Barth authored
Fixes #692 Fixes #690
-
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 15 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
-
Ian Hickson authored
Add menu items to stocks to control timeDilation
-
Adam Barth authored
Previously, we would assert with FlexJustifyContent.collapse if we ran out of space. Now we do the same thing we do for the other types of justification, which is to let the children's layout overflow.
-
Hixie authored
-
Hixie authored
Also: - minor code reindents in places. - reset the widget tree between tests. - once you generate a route, don't let its builder change (previously it would keep changing as the routes table changed). - revert the stocks app toolbar-fading-on-forward-transition thing.
-
Adam Barth authored
-
Eric Seidel authored
Add support for passing --trace-startup on Android
-