- 03 Oct, 2016 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Chris Bracken authored
The current implementation matches the default behaviour of the material scaffold.
-
- 29 Sep, 2016 1 commit
-
-
Adam Barth authored
This demo doesn't work properly in landscape and is confusing. It's really more of a test of the material arc code. Fixes #5710
-
- 28 Sep, 2016 1 commit
-
-
Adam Barth authored
To match the Align widget (and several other widgets). Fixes #6101
-
- 27 Sep, 2016 5 commits
-
-
Adam Barth authored
We were trying to cram too much functionality in to the Dialog widget. Now we have AlertDialog and SimpleDialog to cover to two different kinds of dialogs in the spec.
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6056
-
Adam Barth authored
This patch fixes the issue in two ways: 1. The content area is now scrollable, which means you can scroll to reveal any parts that don't fit on screen. 2. The content area is now small enough to fit on screen in landscape on a Nexus 5. Fixes #6054
-
Adam Barth authored
Fixes #6053
-
Adam Barth authored
Rather than scrolling the entire contents of the dialog, we should instead scroll only the part between the title and the button bar. Also, polish up the padding in the simple dialog demo. Fixes #6057
-
- 26 Sep, 2016 3 commits
-
-
Dragoș Tiselice authored
The former horitzontal alignment in the expansion panels demo in the Gallery was center instead of left. Fixes #6049.
-
Ian Hickson authored
This requires all AnimationController objects to be given a TickerProvider, a class that can create the Ticker. It also provides some nice mixins for people who want to have their State provide a TickerProvider. And a schedulerTickerProvider for those cases where you just want to see your battery burn. Also, we now enforce destruction order for elements.
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6011
-
- 23 Sep, 2016 1 commit
-
-
Dragoș Tiselice authored
Added a demo of BottomNavigation to the Gallery.
-
- 21 Sep, 2016 2 commits
-
-
Matt Perry authored
-
Dragoș Tiselice authored
* Changed Pesto logotype's position. This commit changes Pesto's logotype position so that its curve aligns with the curve of the image size. * Added clamping to Pesto logo animation.
-
- 20 Sep, 2016 2 commits
-
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/5711
-
Dragoș Tiselice authored
Removed Pesto logo's triggered animation in order to remove the observable 'hop' when scrolling. The whole curve is now entirely scroll dependent. Fixes #5907.
-
- 19 Sep, 2016 1 commit
-
-
Dragoș Tiselice authored
Renames stretch constructor to fill for better consistency with the rest of the framework.
-
- 16 Sep, 2016 5 commits
-
-
Dragoș Tiselice authored
Fixes #5835.
-
Dragoș Tiselice authored
Due to a synchronization issue, a PR was merged with a green build that was supposed to be rebuilt and to fail. This commit fixes the issue by renaming the usage of a constant.
-
Dragoș Tiselice authored
Fixes #4713.
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/5684
-
Dragoș Tiselice authored
Fixes #3208.
-
- 14 Sep, 2016 1 commit
-
-
Hans Muller authored
* Added OverscrollIndicatorEdge et al * RefreshIndicator only clamps its scrollable edge * added a test * Updated the test * fixed lint-os * fixed a typo * Scrollable should restore its viewport dimensions when it reappears * removed an accidental commit * updated per review feedback
-
- 09 Sep, 2016 3 commits
-
-
Dragoș Tiselice authored
Changed the text styling to make use of the current theme so that it doesn't break when the user selects the dark theme.
-
Seth Ladd authored
* turn verbs into nouns for gallery homepage * shorter is better
-
Dragoș Tiselice authored
The drawer was confusing without adding much value. It was especially confusing when wanting to go back to the Gallery on iOS. Fixes #5713.
-
- 08 Sep, 2016 2 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.
-
- 02 Sep, 2016 3 commits
-
-
Hans Muller authored
-
Seth Ladd authored
Closes #5702 Update transitions_perf_test.dart Update simple_smoke_test.dart
-
Dragoș Tiselice authored
Fixes #5393.
-
- 01 Sep, 2016 3 commits
-
-
Hans Muller authored
-
Dragoș Tiselice authored
-
Hans Muller authored
-
- 31 Aug, 2016 3 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.
-
- 29 Aug, 2016 1 commit
-
-
Hans Muller authored
-