- 14 Feb, 2016 8 commits
-
-
Adam Barth authored
Add a raw hello_world that shows "Hello, world"
-
Ian Hickson authored
Fix color of icons in drawers in dark theme.
-
Ian Hickson authored
Disable flakey test.
-
-
Ian Hickson authored
This makes it match the material spec more. https://www.google.com/design/spec/style/icons.html Fixes https://github.com/flutter/flutter/issues/1357
-
Adam Barth authored
Previously, hello_world.dart was an interactive circle. I've moved that to touch_input.dart. We should eventually harmonize the touch input examples at all the layers.
-
Adam Barth authored
Adds documentation to the layering examples
-
Adam Barth authored
-
- 13 Feb, 2016 19 commits
-
-
Devon Carew authored
allow any android sdk version
-
Devon Carew authored
-
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 13 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
-