- 12 Feb, 2016 40 commits
-
-
Hans Muller authored
-
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
-
Adam Barth authored
This patch tightens up the imports in this file and hides some more of the implementation details by making RepeatingCurveTween and StepTween private. Also, removed a CurvedAnimation with a linear curve. That's not needed because the animation controller itself is an Animation<double>.
-
Josh Estelle authored
This animation expands/collapses an arc that's 3/4ths of a circle. The next iteration begins where the previous appeared to finish. This happens while the whole thing rotates, such that the starting point of each expansion moves in a star-wise pattern around the circle. See: https://www.google.com/design/spec/components/progress-activity.html (note: the video here demonstrating this animation is actually slightly incorrect... we'll hopefully update it soon)
-
Chinmay Garde authored
Allow users to upgrade their iOS engines without removing their edits to the Xcode project
-
Adam Barth authored
Add versionCode and versionName to default Android manifest
-
Adam Barth authored
These are required to upload to the store. Fixes #1006
-
Adam Barth authored
rename the apk/ directory to android/
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-