- 24 Aug, 2018 2 commits
-
-
liyuqian authored
This allows developers to control the clipBehavior of those buttons.
-
liyuqian authored
This reverts commit 8de0e15e and updates the goldens versoin. This requires https://github.com/flutter/flutter/pull/20751 to land first.
-
- 23 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 22 Aug, 2018 4 commits
-
-
Jonah Williams authored
-
sir-boformer authored
Tabs are now padded by 16.0 on the left and right (used to be 12.0).
-
liyuqian authored
This fixes #20483 by letting InkWell do its own clipping. PathOp.intersect is not used because we have too many unit tests that rely on clipping (e.g., paints..clipXXX()..drawCircle()) The goldens are updated due to small AA changes of the additional clipPath.
-
Hans Muller authored
BottomNavigationBar's state needs to update _backgroundColor when its configuration changes.
-
- 21 Aug, 2018 3 commits
-
-
Ian Hickson authored
- remove an //ignore that is no longer needed - fix some intrinsic methods that used the API incorrectly (shouldn't affect correctness but should make things a tiny bit more efficient) - add some asserts to help track down bugs quicker - update a TODO to point to the currently relevant bug - fix some indenting - improve the naming of some privates to improve readability
-
Ian Hickson authored
Fixes the pattern for some TODOs to match our style guide. (Also, a couple of minor code order fixes.)
-
ebeem authored
* Add ability to set collapse mode in flexible space bar * Add tests to collapse mode in flexible space bar * Fix minor style nit * Fix getting collapse mode does not handle unknown values * Change const key to final in space bar collapse mode test * Return null collapse padding if mode is unknown
-
- 20 Aug, 2018 2 commits
-
-
Hans Muller authored
-
David Shuckerow authored
-
- 18 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Fixes resulting from audit of issues links I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link. * Update run_test.dart skip this test again since it failed on linux and macos bots
-
- 15 Aug, 2018 2 commits
-
-
Michael Goderbauer authored
With this change you can now create "wrapping" text fields that do not show the new line button: ```dart new TextField( maxLines: null, keyboardType: TextInputType.text, ); ```
-
Jonah Williams authored
-
- 14 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 10 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 09 Aug, 2018 2 commits
-
-
liyuqian authored
This fixes https://github.com/flutter/flutter/issues/18057
-
Jonah Williams authored
-
- 08 Aug, 2018 3 commits
-
-
Jonah Williams authored
-
Natalie Sampsell authored
-
Jonah Williams authored
-
- 07 Aug, 2018 2 commits
-
-
David Shuckerow authored
-
Jonah Williams authored
-
- 06 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 04 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 03 Aug, 2018 2 commits
-
-
liyuqian authored
See details in our proposal for this breaking API change and #18057. This PR setup all code paths to allow the change but doesn't change the clip behavior by itself. We'll change `defaultClipBehavior` from `Clip.antiAlias` to `Clip.none` in the following PR to change the clip behavior and update tests.
-
Christian Mürtz authored
Add widget valued prefix and suffix properties to InputDecoration. These new properties are alternatives to prefixText and suffixText.
-
- 02 Aug, 2018 2 commits
-
-
Alexandre Ardhuin authored
-
Jonah Williams authored
-
- 01 Aug, 2018 1 commit
-
-
jslavitz authored
* Drawer fix * fixed nits * fixed nits * fixed nits * final change * Drawer fix final
-
- 31 Jul, 2018 1 commit
-
-
Jonah Williams authored
-
- 30 Jul, 2018 6 commits
-
-
Jonah Williams authored
-
David Shuckerow authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 27 Jul, 2018 2 commits
-
-
Jonah Williams authored
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-