- 28 Dec, 2015 2 commits
-
-
Ian Hickson authored
Allow travis/test.sh to be run locally (not on travis)
-
Ian Hickson authored
This helps people check that all the tests will pass before they send a PR.
-
- 26 Dec, 2015 3 commits
-
-
Ian Hickson authored
Catch dismissable while it's animating.
-
Ian Hickson authored
Add documentation for GridPaper
-
Eric Seidel authored
I'm not actually sure what this is useful for, but I took a stab at it. @Hixie
-
- 25 Dec, 2015 1 commit
-
-
Ian Hickson authored
Fixes #173.
-
- 24 Dec, 2015 2 commits
-
-
Ian Hickson authored
RenderFractionalTranslation and Dismissable
-
Ian Hickson authored
- Add RenderFractionalTranslation, a render box that does a translation based on a FractionalOffset. - Make FractionalOffset more like Offset - dx/dy instead of x/y - add /, ~/, % - add .zero - Add alongOffset and alongSize to FractionalOffset so that you can easily apply FractionalOffset to Offsets and Sizes. (Better name suggestions welcome.) - Add transformHitTests boolean to RenderTransform (also on RenderFractionalTranslation), and to classes based on it. - Remove the fade from Dismissable. We can add it back using the builder-with-child pattern like Draggable if we need it. See #1003 for tha feature request. - Rename a bunch of variables in dismissable.dart. - Change the test for dismissable to not handle leftwards dismisses one pixel different from rightwards dismisses, and cleaned up the resulting effect on the test (mostly making sure we had the right number of pumps, with comments explaining what each one was). Fixes #174.
-
- 22 Dec, 2015 3 commits
-
-
Hans Muller authored
Make TabBarSelection a widget TabBarSelection is now expected to be an ancestor of its TabBar and TabBarView.
-
Hans Muller authored
-
Hans Muller authored
-
- 21 Dec, 2015 7 commits
-
-
Devon Carew authored
remove noSuchMethod hints
-
Devon Carew authored
-
Devon Carew authored
fix analysis errors and warnings in the stocks example
-
Devon Carew authored
-
Seth Ladd authored
Add a doc comment for Performance's repeat()
-
Seth Ladd authored
Link Curve to Curves in doc comments
-
Ian Hickson authored
Less tree walking for compositing bits updates.
-
- 20 Dec, 2015 4 commits
-
-
Seth Ladd authored
-
Seth Ladd authored
How's this?
-
Ian Hickson authored
Update RenderPositionedBox documentation.
-
Ian Hickson authored
-
- 18 Dec, 2015 6 commits
-
-
krisgiesing authored
Remove redundant typedef
-
Kris Giesing authored
-
Eric Seidel authored
Generate docs for more of our packages
-
Eric Seidel authored
Forgot to add the file
-
Eric Seidel authored
This is a png version of the flutter logo generated on my desktop from the SVG in the flutter.io repository. TBR @hansmuller
-
Eric Seidel authored
I also stopped pushing docs to domokit.org I presume we were doing that to not break old links. @abarth @sethladd
-
- 17 Dec, 2015 11 commits
-
-
Chinmay Garde authored
Fix travis builds and linter warnings
-
Chinmay Garde authored
-
Chinmay Garde authored
Add a 'flutter ios --init' command that fetches the Xcode project from the cloud and configures it for a given flutter project
-
Chinmay Garde authored
Add a 'flutter ios --init' command that fetches the Xcode project from the cloud and configures it for a given flutter project
-
Hixie authored
Use the same technique for updating compositing bits as layout and painting. This avoids walking the entire rendering tree when all you need to update is a small subtree.
-
Eric Seidel authored
Add an icon to the Flutter Material Gallery
-
Eric Seidel authored
@abarth @hixie
-
Eric Seidel authored
Add an icon for the Stocks app.
-
Eric Seidel authored
Not great. Better than nothing. @hixie
-
Eric Seidel authored
Fix `flutter apk` to work with resources
-
Eric Seidel authored
I screwed up my last change, turns out the package command is sensitive about having all of its flags before args. Also made it possible to control the resources directory from the command line per the review comments in the previous change. @jason-simmons
-
- 16 Dec, 2015 1 commit
-
-
Hans Muller authored
Correct the TabBarView swipe selection change animation The TabBarSelection change animation needs to start where the fling's drag gesture ended rather than from zero. The intial vlaue of progress for the TabBarSelection's performance is now converted from the range used during an interactive drag, to the range used when animating from the previously selected tab to the new one. TabBarSelection now requires a maxIndex parameter.
-