- 02 Sep, 2016 3 commits
-
-
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 6 commits
-
-
Hans Muller authored
-
Ryan Macnak authored
-
Dragoș Tiselice authored
Added ExpansionPanel and ExpansionPanelList. The implementation is based on the Material design spec, without enforcing every facet of it, leaving the developer using this the liberty to enforced it lower down the widget tree. This decision was made based on the argument that implementing more of the spec would reduce flexibility to a point where some design would not be implementable with this widget anymore.
-
Ian Hickson authored
Somehow we missed this before. Fixes https://github.com/flutter/flutter/issues/5615
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5588
-
Alexandre Ardhuin authored
-