- 13 Feb, 2016 17 commits
-
-
Adam Barth authored
-
Adam Barth authored
This library is being folded into dart:ui. Fixes #83
-
Adam Barth authored
-
Adam Barth authored
Clean up the standalone examples
-
Adam Barth authored
Our examples have been growing organically over time. This patch cleans them up to illustrate specific aspects of Flutter.
-
Eric Seidel authored
-
Eric Seidel authored
@abarth
-
Ian Hickson authored
SawTooth
-
Ian Hickson authored
SizeObserver crusade: drawer
-
Ian Hickson authored
Horizontal and Vertical Draggables
-
Collin Jackson authored
Don’t require global keys for Input, fixes #1828
-
Hixie authored
Drawer doesn't need a SizeObserver, since it only looks at the size in event handlers. It can just go and probe the tree to read the size. Also, change from using _kEdgeDragWidth to using _kWidth when figuring out how much of the drawer to show when dragging it from the edge, since that is more likely to match the drawer's width.
-
Ian Hickson authored
Expose more debugging tools in Stocks
-
Hixie authored
-
Collin Jackson authored
-
Eric Seidel authored
Use mojo's scripts for downloading android tools on the bots
-
Eric Seidel authored
R=abarth@chromium.org
-
- 12 Feb, 2016 23 commits
-
-
Adam Barth authored
Remove address_book and mine_digger
-
Adam Barth authored
These examples aren't particularly good models for new Flutter apps.
-
Hans Muller authored
Bump the flutter_gallery_assets version, rename example apk dirs to android, remove BUILD.gn files
-
Matt Perry authored
Remove gcm package from the repository.
-
Hans Muller authored
rename example apk dirs to android removed all BUILD.gn files
-
Matt Perry authored
I moved it to https://github.com/mpcomplete/flutter_gcm for now.
-
Hixie authored
-
Ian Hickson authored
Draggables were disappearing
-
Hixie authored
I forgot to wrap the state changing in a setState. Oops.
-
Hans Muller authored
Gallery Typography demo
-
Adam Barth authored
Fix padding for ScrollableList
-
Hans Muller authored
-
Adam Barth authored
Previously we had totally wrong behavior. Now we have more correct behavior and testing. Fixes #1808
-
Devon Carew authored
update gitignore and analysis_options
-
Devon Carew authored
-
Devon Carew authored
use the REVISION file when building ios apps
-
Ian Hickson authored
Reenable canvas test.
-
Ian Hickson authored
SizeObserver crusade: snap alignment
-
Jason Simmons authored
Try to locate the toolchain in the output layout used by the Flutter …
-
Hixie authored
Remove the SizeObserver you need to use snap alignment in lists by having the lists provide the size themselves in the callback. Also, remove snapAlignmentOffset since we couldn't figure out how to explain it and it's not really needed.
-
Adam Barth authored
This patch again stops Traivs from uploading docs now that the new infra seems to be better at it. This reverts commit 196c881c.
-
Devon Carew authored
-
Hans Muller authored
Gallery Colors demo
-