- 27 Mar, 2019 3 commits
-
-
LongCatIsLooong authored
Remove the additional top padding from CupertinoPageScaffold's MediaQuery when the navigation bar is opaque (as the padding was already consumed by the navigation bar). Related Issue: #29136
-
Dwayne Slater authored
Avoids an implicit downcast + crash in MouseTracker, since the last pointer event can be a Move or Down event, in addition to Hover.
-
rami-a authored
The UserAccountsDrawerHeader had a bug with the arrow rotating whenever setState was called on its parent. This change makes sure that we check that the state actually changed before allowing the animation to trigger. Fixes #25801
-
- 26 Mar, 2019 4 commits
-
-
Kate Lovett authored
* Adding linking between higher and lower level classes in the API Docs. ref:#22859 * Fixed links between classes.
-
Amir Hardon authored
This PR limits the framework generated semantic node IDs to be smaller than 2^16, this allows to safely generate semantic node in the engine with IDs >= 2^16 avoiding ID collision (which is done in flutter/engine#8250).
-
hyjfine authored
-
liyuqian authored
We can remove the hack because https://github.com/flutter/engine/pull/8183 has been rolled into the framework.
-
- 25 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2019 3 commits
-
-
Mouad Debbar authored
-
Alexandre Ardhuin authored
-
Luka Knezic authored
-
- 21 Mar, 2019 5 commits
-
-
xster authored
-
Rubens de Melo authored
-
Mouad Debbar authored
-
Shayne Kelly II authored
-
Dan Field authored
* Composite physical layers even if elevation is 0
-
- 20 Mar, 2019 4 commits
-
-
Anthony authored
[Material] Create a FloatingActionButton ThemeData and honor it within the FloatingActionButton (#28735) Adds a FloatingActionButtonThemeData so that FABs can be themed at the Theme level and independently. The properties that are now on the theme must be defaulted at the build level, in order to respect any contributing theme properties. Because of this, some tests had to be modified to look at properties after they are built. Also, since default behaviors are now tested in the FAB Theme test, some default tests in the FAB test no longer applied and were removed. The themable properties are: -backgroundColor -foregroundColor -elevation -disabledElevation -highlightElevation -shape
-
Alexandre Ardhuin authored
* some space formattings * always use blocks in if-else if a block is used * format spaces in for and while * allow multiline if conditions * fix missing space
-
Marco Scannadinari authored
-
Shi-Hao Hong authored
-
- 19 Mar, 2019 4 commits
-
-
Phil Quitslund authored
-
Hans Muller authored
-
liyuqian authored
Need this manual roll because of golden changes. flutter/engine@5088735e5 Clip to clip_rect instead of paint bounds (flutter/engine#8183) flutter/engine@8818a6c41 Roll src/third_party/skia 2c043c288169..4a522b7e916c (3 commits) (flutter/engine#8201) flutter/engine@048d70bc0 Support dartdevc, dart2js with shared source files, dartdevc sdk (flutter/engine#8105) flutter/engine@e0782dec7 Roll src/third_party/skia 576b2a5596bc..2c043c288169 (2 commits) (flutter/engine#8200)
- 18 Mar, 2019 4 commits
-
-
Filip Hracek authored
The current documentation for `AnimatedWidgetBaseState.forEachTween` is exhaustive but a little hard to grok. This dartdoc example provides some clarity.
-
Dan Field authored
Reland composite physical layers and update tests
-
Francisco Magdaleno authored
-
Ivan Schütz authored
-
- 16 Mar, 2019 1 commit
-
-
liyuqian authored
Fixes https://github.com/flutter/flutter/issues/21232
-
- 15 Mar, 2019 11 commits
-
-
Shi-Hao Hong authored
-
Anthony authored
Fix Flex class docs by replacing 'vertical space' with 'space on its main axis' so that the language fits both column and row. (#29057)
-
Kate Lovett authored
-
Mouad Debbar authored
-
xster authored
-
liyuqian authored
* No shrinking for BackdropFilter's cull rect This will be a breaking change. Our old behavior may generate confusions for a sample app like our added golden test: Skia will shrink the cull rect (and thus the filtered area) to the text. The new behavior will fill the BackdropFilter to its parent/ancestor clip. This is more in align with our clip behaviors (no clip by default). If this breaks your app, wrap the BackdropFilter with a ClipRect. [wip] The golden images are not uploaded yet. I'll wait for the initial round of review to approve the golden test before uploading them. * Statically define the callback * Add TODO to remind the hacking code removal * Nit fix * Update goldens
-
Edman P. Anjos authored
-
Mike Leonhard authored
-
Efthymis Sarmpanis authored
-
Brian Wilkerson authored
-
Jonah Williams authored
-