- 10 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 09 Oct, 2015 17 commits
-
-
Collin Jackson authored
Painting images should not anti-alias (improves performance)
-
Adam Barth authored
-
Collin Jackson authored
-
Viktor Lidholt authored
Adds debug drawing for weld joints in sprite physics
-
Adam Barth authored
Make it fast to draw color icons
-
Adam Barth authored
Instead of using a ColorFilter, plumb the information down to Icon and thereby to Image.
-
Hixie authored
...once the animation is done.
-
Viktor Lidholt authored
-
Hixie authored
Dart supports this properly now.
-
Adam Barth authored
Add a flag to TextPainter to use ParagraphBuilder
-
Adam Barth authored
This patch makes it easier to experiment with work on ParagraphBuilder.
-
Adam Barth authored
-
Adam Barth authored
MaterialApp assumes that you're using material design. Also move radial reaction and fix imports for stats box.
-
Adam Barth authored
Split material design widgets out of widgets.dart
-
Adam Barth authored
These are now part of material.dart.
-
Hixie authored
Now that you import a top-level file for each layer of the Flutter framework, within the framework we can use relative paths without being worried about the copy/pasta problem we used to have.
-
Adam Barth authored
-
- 08 Oct, 2015 22 commits
-
-
Hixie authored
Also, have dialog buttons use the accent colour. Also, generally rationalise some of this stuff to match Material better.
-
Viktor Lidholt authored
Adds support for keeping track of contact points in physics
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hixie authored
The root cause was that we crawled the tree to mark anyone who depended on the updated theme dirty _after_ we crawled it to rebuild it. Thus, if anyone was already marked dirty when the process started, then got marked clean by the first (rebuild) walk, then got marked dirty again by the notification, they'd be clean when they got the notification, despite already being in the dirty list, which would cause an assertion. Also IconTheme didn't have an operator==, so it was independently too aggressive about updates.
-
Hans Muller authored
Defunct DismissableState should not have live animations
-
Hans Muller authored
-
Hixie authored
-
Chinmay Garde authored
-
Hans Muller authored
-
Adam Barth authored
Remove ButtonState
-
Adam Barth authored
SnackBar throws exception on creation
-
Adam Barth authored
Clients should just use a GestureDetector (or an InkWell) instead.
-
Hans Muller authored
Added horizontal and vertical alignment properties to Stack so that the origin of non-positioned children can be specified. Currently all of the non-positioned children just end up with their top-left at 0,0. Now, for example, you can center the children by specifying verticalAlignment: 0.5, horizontalAlignment: 0.5. Added IndexedStack which only paints the stack child specified by the index property. Since it's a Stack, it's as big as the biggest non-positioned child. This component will be essential for building mobile drop down menus. Added a (likely temporary) example that demonstrates IndexedStack.
-
Adam Barth authored
It was trying to grab the route's performance before it was created. Now we create the performance eagerly again.
-
Adam Barth authored
The Drawer should animate out when popped off the navigator
-
Viktor Lidholt authored
-
Adam Barth authored
FlatButton highlights but doesn't tap around edge
-
Viktor Lidholt authored
Adds support for applying forces and impulses to sprite physics
-
Hans Muller authored
-
Adam Barth authored
Now we trigger the highlight from the InkWell so that it matches the tap. Fixes #1525
-
Adam Barth authored
-