- 12 Oct, 2018 2 commits
-
-
Artur Rymarz authored
-
matthew-carroll authored
For G3 Roll: * Revert "MaterialButton must honor its minWidth and height parameters (#22919)" This reverts commit a0233233. * Revert "Update uses of ButtonTheme.bar: pass along the current Theme's colorScheme (#22827)" This reverts commit 655bf6a2. * Revert "ButtonTheme.of().colorScheme defers to Theme (#22880)" This reverts commit a590940e. * Revert "Bring TextTheme into alignment with the current Material spec (#22330)" This reverts commit 8bfb4b3e. * Revert "Added ColorScheme, updated ThemeData, ButtonTheme, material buttons (#22013)" This reverts commit eea3465a. * Manual adjustments to fix reversion issues.
-
- 11 Oct, 2018 2 commits
-
-
Alexandre Ardhuin authored
* prefer_void_to_null in flutter_test * fix CI
-
Hans Muller authored
-
- 10 Oct, 2018 2 commits
-
-
Hans Muller authored
ButtonThemeData no longer requires a colorScheme. If colorScheme is null, ButtonTheme.of() will initialize it from the current Theme.
-
Hans Muller authored
-
- 09 Oct, 2018 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
jslavitz authored
* added missing properties
-
- 08 Oct, 2018 3 commits
-
-
Ian Hickson authored
* Refactor AnimatedSwitcher This is mostly just a little bit of cleanup with hopefully no semantic changes, done to teach me how the code works so that I could fix a bug. * Add debugging information to AnimatedSwitcher * Fix AnimatedSwitcher to handle the case of back-to-back changes Previously, if a child was replaced the very next frame after it was added, we'd get confused because we tried to reverse the controller, which causes us to remove the child from the going-away list, before we had added the child to the list in the first place. The fix is just to move the reverse to after the add.
-
Hans Muller authored
-
jslavitz authored
* Adds comments clarifying the procedure used to render the menu as well as tests verifying various dropdown menu button positioning and initial scroll states.
-
- 06 Oct, 2018 1 commit
-
-
Jonah Williams authored
-
- 05 Oct, 2018 3 commits
-
-
Yegor authored
* first pass * revert WidgetsBindingObserver * disable prefer_mixin * docs and more mixins * newer engine; binding fixes * upgrade dependencies * fix test binding * remove whitespace * remove the obsolete `enableSuperMixins: true` * upgrade dartdoc to 0.22.0 * temporarily use git version of dartdoc * fix pub global activate syntax * use dartdoc 0.23.0
-
xster authored
- 04 Oct, 2018 3 commits
-
-
Gary Qian authored
git log 7e3b41dc7ba6..74e68ff8b108 --no-merges --oneline 74e68ff8b Roll src/third_party/skia 7b7805581733..66a973493468 (4 commits) (#6436) 58fbd1fd1 Roll src/third_party/skia 4442e3138927..7b7805581733 (1 commits) (#6435) 83151d9fc Roll src/third_party/skia 4dd17156c6e4..4442e3138927 (1 commits) (#6434) 5fe7e377d Roll src/third_party/skia 8841085abeb9..4dd17156c6e4 (1 commits) (#6432) 5340f4224 Revert "Use single_root_scheme when compiling platform (#6402)" (#6431) 37fd43d43 Add deadline_now_delta argument to Engine::NotifyIdle's trace (#6419) 4af077b29 Roll src/third_party/skia 4504a652c071..8841085abeb9 (1 commits) (#6429) 165f3dd1c Update //third_party/benchmark dependency to 21f1eb (ToT). (#6427) 34bd0ef87 Don’t build benchmarking binaries on Windows. (#6428) ae4db4469 Ensure setViewIdResourceName has the correct version guard (#6404) 2c5d0c407 [rapidjson] Fix import statements (#6418) c2128fc80 Create a benchmarking target for the shell. (#6420) 30f78af91 Raise errors on non-zero exits while creating artifacts on the bots. (#6424) 191168cec Disable line_height tests on Windows (#6423) 061cc6643 Fix ideographic baseline to match spec. (#6422) 74eac1f56 Roll src/third_party/skia bfa76f20bfcf..4504a652c071 (14 commits) (#6421) 10b45405b Implement ParagraphStyle.line_height and add tests for line_height and baselines. (#6417)
-
jslavitz authored
* Vertical divider bug fix and additional cleaning.
-
Alexandre Ardhuin authored
-
- 03 Oct, 2018 5 commits
-
-
Jonah Williams authored
-
Philip authored
-
jslavitz authored
* Adds offset functionality to popup menu * Adds a test
-
jslavitz authored
* choice chip fix * added test
-
xster authored
-
- 02 Oct, 2018 1 commit
-
-
Hans Muller authored
Introduce an overall material "color scheme" and to make it possible to redefine how a component's visual properties bind to the color scheme and to the existing material Theme.
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Sep, 2018 1 commit
-
-
Viet Do authored
-
- 28 Sep, 2018 1 commit
-
-
jslavitz authored
* Make Chip press elevation customizable.
-
- 27 Sep, 2018 2 commits
- 26 Sep, 2018 1 commit
-
-
Michael Klimushyn authored
In long lists this resulted in the dropdown scrolling to the very last item in its list. Now clamping the value at `0.0`. Added a test to verify that the selected item aligns with the button to test the offset. Fixes flutter/flutter#15346
-
- 25 Sep, 2018 6 commits
-
-
MH Johnson authored
* Add tab bar theme. * Add tab bar theme. * Add tests, pass context to getters. * update goldens from linux box * update goldens from linux box * Added new golden test, addressed comments * override hashCode and == in TabBarTheme * Fix comment typos * Addressed Hans' comments. * Formatting changes * [TabBarTheme] Fixed spacing * [TabBarTheme] Update goldens version to latest commit
-
Dan Field authored
-
Dan Field authored
* Refactor of cupertino/material/widgets app * update docs * Update tests for const
-
Hans Muller authored
MaterialPageRoute transitions are now defined by the Theme. Added (optional) support for Android P style page transitions.
-
Dan Field authored
* Make CupertinoApp and MaterialApp both use WidgetsApp for Navigator * Make CupertinoApp and MaterialApp const constructors * Make WidgetsApp routes aware * Update tests
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-
- 22 Sep, 2018 2 commits
-
-
Devon Carew authored
* expose the debugProfileBuildsEnabled flag as a service extension * fix tests * review comments * remove a new keyword * test fixes * review comments
-
Ian Hickson authored
* Improve documentation and clean up code. * Remove "Note that". The phrase "note that" is basically meaningless as a prefix to an otherwise fine sentence.
-