- 12 Feb, 2016 40 commits
-
-
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.
-
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
-
Adam Barth authored
This reverts commit 8a458098.
-
Hans Muller authored
-
Adam Barth authored
Stop Travis from uploading docs
-
Jason Simmons authored
-
Ian Hickson authored
Clean-up around progress indicators.
-
Adam Barth authored
We now upload these from Chromium infra.
-
Ian Hickson authored
Assert that custom painters balance save/restores.
-
Todd Volkert authored
Ignore generated/ instead of ios/
-
Hixie authored
Move StepTween to tween.dart. Move _buildIndicator() methods to be next to the build() methods they're used from, so that reading the code is easier. Fix typos, add some comments, style nits.
-
Adam Barth authored
ImageCache should be a public type
-
Ian Hickson authored
Fix style nits in progress_indicator.dart
-
Hixie authored
I'm guessing the recent changes to the bindings fixed this crash. Closes https://github.com/flutter/flutter/issues/248.
-
Hixie authored
-
Todd Volkert authored
-
Todd Volkert authored
-
Todd Volkert authored
-
Ian Hickson authored
toString for Tween and ThemeData
-
Adam Barth authored
We expose `imageCache`, which is an ImageCache, but previously the class was private which means there was no documentation for the methods on that object. Fixes #1750
-
Ian Hickson authored
-