- 08 Sep, 2016 5 commits
-
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/5351
-
Phil Quitslund authored
* Udpate to Dart `1.20.0-dev.1.0`. Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package. * Added `--no-packages-dir`. * Revert extension to master. * Added ignores. * Review nits. * More nits.
-
Ian Hickson authored
This issue got fixed by a recent check-in, but I had a test specifically for this incarnation so we should probably keep it just in case. Closes https://github.com/flutter/flutter/issues/5630
-
Chinmay Garde authored
Update engine revision to pull in fixes for crashes on arm64 due to missing CRC32 instruction. (#5774)
-
Dan Rubel authored
This updates the flutter analyze command to use the .analysis_options_flutter_analyze in the repo root when either the --flutter-repo flag is supplied or the sources being analyzed reside in the flutter repo.
-
- 07 Sep, 2016 4 commits
-
-
Ian Hickson authored
Previously, if a StatefulWidget was marked dirty, then removed from the build, then reinserted using the exact same widget under a widget under a LayoutBuilder, it wouldn't rebuild. This fixes that. It also introduces an assert that's supposed to catch SizeObserver-like behaviour. Rather than make this patch even bigger, I papered over two pre-existing bugs which this assert uncovered (and fixed the other problems it found): https://github.com/flutter/flutter/issues/5751 https://github.com/flutter/flutter/issues/5749 We should fix those before 1.0 though.
-
Dragoș Tiselice authored
In the interest of using the name in the case of Material steppers, this commit renames Step curve to Threshold.
-
Matt Perry authored
This eliminates all the issues around the horizontal page transition. I also improved the back gesture animation, and added fling support. BUG=https://github.com/flutter/flutter/issues/5678 BUG=https://github.com/flutter/flutter/issues/5622
-
Dan Rubel authored
-
- 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 2 commits
-
-
Devon Carew authored
* peg dartdoc to a specific version * add some documentation * apply the fix to dev/bots/docs instead
-
Hans Muller authored
-