- 13 May, 2020 3 commits
-
-
Anna Gringauze authored
-
Jia Hao authored
-
Ayush Bherwani authored
[ExpansionTile] Wire through expandedCrossAxisAlignment, and expandedAlignment properties to the expanded tile (#56190)
-
- 12 May, 2020 7 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
rami-a authored
-
chunhtai authored
-
- 11 May, 2020 17 commits
-
-
Jenn Magder authored
This reverts commit d9882263.
-
Tong Mu authored
Adds the basic framework for the mouse cursor system. * Adds MouseRegion.cursor * Adds SystemMouseCursors * Adds mouseCursor to some widgets
-
Gabe Moothart authored
* Wireup autofocus for OutlineButton Fixes #56493 * add test
-
Justin McCandless authored
Unrevert of paste button hides when nothing to paste
-
engine-flutter-autoroll authored
ada8a0fd6 Roll src/third_party/skia 83c6626946d0..21be4f215d0b (5 commits) (flutter/engine#18275) (#56932)
-
Nate Bosch authored
When `const LocalPlatform` is used immediately and not passed as a dependency it does not have utility over the static properties from `dart:io`. Remove these uses to reduce the noise around how the instantiable `Platform` class is used.
-
Jenn Magder authored
-
Jonah Williams authored
-
Tim Sneath authored
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
-
Igor Akkerman authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Dan Field authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* 9ea2db5ba Add FlMessageCodec, FlBinaryCodec, FlStringCodec (flutter/engine#18186) * f42275775 Roll src/fuchsia/sdk/linux from MhpFP... to c1q_S... (flutter/engine#18222) * 2ab918c18 Roll src/third_party/skia a14084ba1b41..8f6c3ed7c7be (1 commits) (flutter/engine#18223) * 40167b68e Make robolectric tests run against SDK 29 by default (flutter/engine#17996) * e5b0db6b0 Roll src/third_party/skia 8f6c3ed7c7be..b55372444d1b (4 commits) (flutter/engine#18224) * ed08c3e2a Roll src/fuchsia/sdk/mac from 4MCVP... to T5tT0... (flutter/engine#18228) * 67675173b Roll src/third_party/skia b55372444d1b..ac09f7cd7a28 (2 commits) (flutter/engine#18229) * 983de2c40 Remove pipeline in favor of layer tree holder (flutter/engine#17688) * a1218dd3c Roll src/third_party/skia ac09f7cd7a28..c683912173bb (2 commits) (flutter/engine#18230) * 68bf13763 skip painting clipped out pictures (flutter/engine#18204) * 703525502 make compiler worker count configurable (flutter/engine#17616) * c8ff03cac Publish validation layer deps as part of the fuchsia artifacts (flutter/engine#18214) * 576f0e1f9 Roll src/third_party/skia c683912173bb..7359165e660c (1 commits) (flutter/engine#18234) * 1b3b4ec88 skip font loading tests for safari (flutter/engine#18232) * 9319d7c26 Roll src/third_party/skia 7359165e660c..6913d1bb1d7a (1 commits) (flutter/engine#18237) * 1b56f35d4 Roll src/third_party/dart 617bc54b715d..2a14a62112e6 (30 commits) (flutter/engine#18239) * ff6942f57 Add fontFeatures and decorationThickness to textstyle (flutter/engine#18235) * 4418ce882 Revert "Remove pipeline in favor of layer tree holder (#17688)" (flutter/engine#18242) * 9d8daf238 Roll src/third_party/skia 6913d1bb1d7a..bf1904fd4898 (3 commits) (flutter/engine#18243) * Updated bin/internal/fuchsia-linux.version * Updated bin/internal/fuchsia-mac.version
-
- 10 May, 2020 5 commits
-
-
Luke Cheng authored
-
stuartmorgan authored
-
Tong Mu authored
-
Mehmet Fidanboylu authored
This reverts commit d5634982.
-
Jonah Williams authored
This reverts commit f865ac7e.
-
- 09 May, 2020 1 commit
-
-
Jonah Williams authored
The default for build for flutter build ios should be release to match the other build commands. This is correctly handled in the command, but the documentation is incorrect. Update the documentation and the default to reflect the more common case of building for a physical device.
-
- 08 May, 2020 7 commits
-
-
Jenn Magder authored
-
Pierre-Louis authored
* Expose includeSemantics option to RawKeyboardListener * Revert "Expose includeSemantics option to RawKeyboardListener" This reverts commit 684edccfb0bacb358285b34b7a6dafd45a070ca7. * Set includeSemantics to false * Expose includeSemantics for RawKeyboardListener * Add test
-
liyuqian authored
The test has been consistently green for the last few commits.
-
Zachary Anderson authored
-
Justin McCandless authored
Unreverts #54902 with fixes for a failing integration test.
-
Ian Hickson authored
-
Yegor authored
Avoid calling `builder` in `ConstrainedLayoutBuilder` when layout constraints are the same. [Design doc](flutter.dev/go/layout-builder-optimization). ## Related Issues Fixes https://github.com/flutter/flutter/issues/6469
-