- 03 Sep, 2016 1 commit
-
-
Chris Bracken authored
Related: b5f763b4
-
- 02 Sep, 2016 6 commits
-
-
Dragoș Tiselice authored
Fixed a bug where the size of the AnimatedCrossFade would always start from the size of the first child, irrespective of the initial crossFadeState argument.
-
Hans Muller authored
-
Jason Simmons authored
-
Seth Ladd authored
Closes #5702 Update transitions_perf_test.dart Update simple_smoke_test.dart
-
Dragoș Tiselice authored
Fixes #5393.
-
Dan Rubel authored
* adjust channel_test to be less specific fixes https://github.com/flutter/flutter/issues/5716
-
- 01 Sep, 2016 10 commits
-
-
Hans Muller authored
-
Dragoș Tiselice authored
-
Dan Rubel authored
* show device list in flutter doctor output fixes https://github.com/flutter/flutter/issues/5625
-
Ian Hickson authored
-
Hans Muller authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5234
-
Ian Hickson authored
-
Ian Hickson authored
-
Matt Perry authored
The iOS transition is the more buggy part of this feature, and it wasn't disabled. Let's just leave them enabled while I work on improvements.
-
Dan Rubel authored
* improve device matching error message fixes https://github.com/flutter/flutter/issues/5675
-
- 31 Aug, 2016 6 commits
-
-
Dragoș Tiselice authored
One of the drawer items was dsiabled but still clickable which led to inconsistent icon coloring. THis commit makes this item actionable. Fixes #5683.
-
Dragoș Tiselice authored
Subheading title was too close to the actual example. This commit increases the size of its box. Fixes #5682.
-
Dragoș Tiselice authored
The floating action button inside of the Pesto demo now opens up a snackbar. Fixes #5685.
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/5599
-
Eddy Ernesto del Valle Pino authored
-
Dan Rubel authored
Implement flutter format, fixes https://github.com/flutter/flutter/issues/5338
-
- 30 Aug, 2016 6 commits
-
-
Dragoș Tiselice authored
Added a widget that cross fades two children while animating the size of the parent based on the children's interpolated sizes.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/5592
-
-
Matt Perry authored
Also added a regression test for the back gesture on iOS and android.
-
Dan Rubel authored
* fix getDeviceById to match exact name fixes https://github.com/flutter/flutter/issues/5508
-
Hans Muller authored
-
- 29 Aug, 2016 8 commits
-
-
Devon Carew authored
* peg dartdoc to a specific version * add some documentation * apply the fix to dev/bots/docs instead
-
Hans Muller authored
-
Hans Muller authored
-
Adam Barth authored
Previously, it was unclear that the middle slider was disabled. Fixes #5517
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5283 Other changes in this patch: Rename OffStage to Offstage. Fixes https://github.com/flutter/flutter/issues/5378 Add a lot of docs. Some minor punctuation and whitespace fixes.
-
Ian Hickson authored
-
Ian Hickson authored
1: If a route is already dismissed when it's popped, there's no point trying to animate heroes, because it's going to be gone before the heroes code can look at it. 2: If a hero animation finishes just as a new one is starting, we previously blew away the state for the starting one. Now we correctly segregate the "starting up quest" variables from the "actively ongoing quest" variables.
-
Chris Bracken authored
-
- 27 Aug, 2016 1 commit
-
-
Ian Hickson authored
-
- 26 Aug, 2016 2 commits
-
-
Hans Muller authored
-
Ryan Macnak authored
-