Matt Perry
eaee8915e9
Remove unused updater package.
2016-02-29 15:11:20 -05:00
Hans Muller
204130d221
Fixed a typo
2016-02-29 10:12:14 -08:00
Adam Barth
3bbeee7b54
Remove AnimationDirection
...
This concept is now private to AnimationController. All the clients actually
want the AnimationStatus.
2016-02-26 16:32:42 -08:00
Adam Barth
19b9464e58
Merge pull request #2231 from abarth/fab_tooltips
...
Add tooltips to FloatingActionButtons
2016-02-26 14:38:36 -08:00
Adam Barth
61611d4715
Add tooltips to FloatingActionButtons
...
Fixes #1875
2016-02-26 13:59:35 -08:00
Hans Muller
3d377305f4
updated per review feedback
2016-02-26 13:13:46 -08:00
Hans Muller
179d41e68f
Add CheckedPopupMenuitem, update the Stocks demo
2016-02-26 11:27:44 -08:00
Hans Muller
f1df2bd7c0
Gallery Menu Demo etc
2016-02-25 16:16:44 -08:00
Eric Seidel
5e7c504530
Remove examples/fitness
...
We originally wrote examples/fitness to be an app which all
members of the Flutter team could carry on their phones and
use every day. It served us well for testing of Text input,
Keyboards and writing/reading JSON. It's never actually become
a real carry app, so lets just let it go for now.
@abarth @collinjackson
2016-02-25 14:32:35 -08:00
Chinmay Garde
f0d1dbc551
Re-run flutter create
on examples to fill in icons and other assets
2016-02-25 13:39:34 -08:00
Hixie
0df3730d3e
Just-in-time mutations of GestureDetector
...
This allows us to adjust exactly which gestures we're listening for
during layout, which I'll use to kill a SizeObserver.
2016-02-24 16:18:05 -08:00
Adam Barth
fb4dbf4584
Improve TextSpan
...
Now we just have one TextSpan class that handles both simple strings, trees of
children, and styling both. This approach simplifies the interface for most
clients.
This patch also removes StyledText, which was weakly typed and tricky to use
correctly. The replacement is RichText, which is strongly typed and uses
TextSpan.
2016-02-24 14:07:10 -08:00
Hans Muller
8dcdec532f
Moved the home page padding to inside the Block
2016-02-23 15:49:54 -08:00
Hans Muller
25e22f5648
List Gallery Demo
2016-02-23 15:24:41 -08:00
Adam Barth
2c2fa23886
Remove ThemeData.primarySwatch
...
In the dark theme, there isn't really a primary swatch, so this API was
a sandtrap. Instead, be explicit about the colors we need for various
widgets in the theme.
Fixes #1277
2016-02-21 20:28:32 -08:00
Adam Barth
1484add104
Add TestGesture
...
This helper makes it easier to write correct tests that involve
gestures.
Fixes #1855
2016-02-21 14:32:58 -08:00
Adam Barth
72fcbb7d36
SnackBar should have a single optional action
...
The example in the spec with multiple actions is an anti-example.
Fixes #1876
2016-02-20 16:54:10 -08:00
Hans Muller
870d9e95f7
Gallery icons demo
2016-02-19 14:40:11 -08:00
Hans Muller
f989d3b855
Tooltip gallery demo
2016-02-19 08:27:16 -08:00
Hans Muller
5070d94243
Added GridTile
2016-02-18 16:08:54 -08:00
Hans Muller
8cfe31f5e8
Added GridTileBar, grid gallery demo
2016-02-18 10:13:36 -08:00
Viktor Lidholt
9576ce4399
Adds dialog for completed exercise in Fitness demo
2016-02-17 10:14:44 -08:00
Devon Carew
04eee82dd2
rename some flutter command references in readmes
2016-02-17 07:34:59 -08:00
Chinmay Garde
8caf7b6289
Add iOS configuration files for all examples and remove GN related files
2016-02-16 16:17:14 -08:00
Chinmay Garde
23bbbcda2a
Add iOS specific assets to the Stocks example
2016-02-16 15:58:06 -08:00
Viktor Lidholt
8be6ed5872
Fitness demo, initial version
2016-02-16 11:51:59 -08:00
Adam Barth
4408c820e1
Rename AutoLayoutParams to AutoLayoutRect
...
This object represents a rect the auto-layout system.
2016-02-15 16:29:27 -08:00
Adam Barth
c7d71d8ab1
Simplify the AutoLayout API
...
This patch makes it easier to use the auto layout API:
* We no longer use operator== because that requires an ugly cast by the
API user.
* Also, "leftEdge" is now just "left" for less verbosity.
* AutoLayoutChild not implies its key from the AutoLayoutParam object.
* We now correctly layout every child of a RenderAutoLayout object even
if the solver doesn't flush any updates to that child.
2016-02-15 15:25:21 -08:00
Adam Barth
262dd7a63b
Add support for autolayout to widgets
...
This patch teaches the widget framework how to use Cassowary-based
autolayout. To integrate autolayout with widgets, I had to refactor how
RenderAutoLayout worked a bit. Now RenderAutoLayout follows the same
delegate pattern we use for custom paint and custom layout.
2016-02-15 03:01:40 -08:00
Adam Barth
b672a3d436
Stocks input field for company name doesn't work
...
We weren't listening to the onChange handler.
Fixes #1850
2016-02-14 14:23:40 -08:00
Adam Barth
d6f28faa04
Merge pull request #1867 from abarth/raw_hello_world
...
Add a raw hello_world that shows "Hello, world"
2016-02-13 19:41:10 -08:00
Ian Hickson
3eb1b412e0
Fix color of icons in drawers in dark theme.
...
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
2016-02-13 17:10:10 -08:00
Adam Barth
1ab3d3a71c
Add a raw hello_world that shows "Hello, world"
...
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.
2016-02-13 16:51:00 -08:00
Adam Barth
025c43de1c
Adds documentation to the layering examples
2016-02-13 16:14:42 -08:00
Adam Barth
aba27211ef
Remove reference to non-existent package
2016-02-13 13:15:19 -08:00
Adam Barth
948ae15ca5
Clean up the standalone examples
...
Our examples have been growing organically over time. This patch cleans
them up to illustrate specific aspects of Flutter.
2016-02-13 11:00:58 -08:00
Collin Jackson
6c2ab9d352
Merge pull request #1847 from collinjackson/input_key
...
Don’t require global keys for Input, fixes #1828
2016-02-12 17:58:08 -08:00
Ian Hickson
ca4d10d33a
Merge pull request #1820 from Hixie/rainbox
...
Expose more debugging tools in Stocks
2016-02-12 17:21:16 -08:00
Collin Jackson
d4533622e1
Don’t require global keys for Input, fixes #1828
2016-02-12 16:56:10 -08:00
Adam Barth
79035979cd
Remove address_book and mine_digger
...
These examples aren't particularly good models for new Flutter apps.
2016-02-12 15:19:13 -08:00
Hans Muller
f53c1edcab
Merge pull request #1838 from HansMuller/goodbye_curly
...
Bump the flutter_gallery_assets version, rename example apk dirs to android, remove BUILD.gn files
2016-02-12 15:11:50 -08:00
Matt Perry
56c7911ac7
Merge pull request #1834 from mpcomplete/rm.gcm
...
Remove gcm package from the repository.
2016-02-12 18:08:13 -05:00
Hans Muller
8c78bf47c1
updated flutter_gallery_assets version
...
rename example apk dirs to android
removed all BUILD.gn files
2016-02-12 15:03:14 -08:00
Matt Perry
721c391885
Remove gcm package from the repository.
...
I moved it to https://github.com/mpcomplete/flutter_gcm for now.
2016-02-12 17:32:50 -05:00
Hans Muller
8f0fd6364d
typography demo
2016-02-12 13:54:28 -08:00
Hixie
fd7be69df0
SizeObserver crusade: snap alignment
...
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.
2016-02-12 12:40:44 -08:00
Hixie
a95c866bf3
Expose more debugging tools in Stocks
2016-02-12 11:41:17 -08:00
Hans Muller
78b3096126
colors demo
2016-02-12 11:31:08 -08:00
Todd Volkert
5d496143ba
Review
2016-02-12 08:27:47 -08:00
Todd Volkert
69e1647a87
review comments
2016-02-12 08:18:58 -08:00