- 12 Oct, 2015 8 commits
-
-
Viktor Lidholt authored
Working joints in sprite physics
-
Adam Barth authored
These examples haven't been ported to fn3 yet. Before this patch, they caused a lot of noise in the analyzer output.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Adam Barth authored
Change the default MaterialType to canvas
-
Adam Barth authored
We changed IconButton to require a ColorFilter to filter the color of the icon.
-
Adam Barth authored
Canvas is by far the most popular type of material by call site (and makes for a faster default because it doesn't have a RRect clip).
-
Adam Barth authored
We can build Fitness again now that playfair has been updated to account for the package:flutter rename.
-
- 11 Oct, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
Add a bin/flutter.dart to the flutter package
-
- 10 Oct, 2015 7 commits
-
-
Adam Barth authored
-
Adam Barth authored
This command will eventually become the main entrypoint for the Flutter tools. Also, fixup a reference to the "sky" package in sky_tool.
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
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 6 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
-