- 12 Aug, 2019 10 commits
-
-
Shi-Hao Hong authored
* Add DefaultTextStyle parent widget to Tooltip Overlay * Add test against fallback DefaultTextStyle
-
Kate Lovett authored
-
Jonah Williams authored
-
Greg Spencer authored
This improves the ability to debug focus manager issues. It's not meant to be used by developers unless they're debugging problems with the focus manager itself.
-
Justin McCandless authored
Fix a bug in CupertinoTextField where resizeToAvoidBottomInset didn't work.
-
Lau Ching Jun authored
-
James Lin authored
-
Jonah Williams authored
-
rami-a authored
-
Jonah Williams authored
-
- 10 Aug, 2019 5 commits
-
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
jmagman authored
-
jmagman authored
-
Shi-Hao Hong authored
-
- 09 Aug, 2019 22 commits
-
-
Michael Klimushyn authored
This reverts commit 92ef2b9c. This requires either runApp() or WidgetsFlutterBinding.ensureInitialized() to have been called before using any MethodChannels. Plugins broadly rely on MethodChannels and right now there's no general requirements that they be constructed within the runApp call, so the ecosystem breakages from this are broader than originally thought. Reverting for now.
-
Jonah Williams authored
-
Justin McCandless authored
Vibrate when starting scrollbar dragging.
-
Christian Mürtz authored
* Add checkColor to CheckboxListTile * Create second paint for drawing check and dash * Add activeColor test for Checkbox Co-Authored-By: Shi-Hao Hong <shihaohong@google.com>
-
Brian Egan authored
-
Christian Mürtz authored
-
Kate Lovett authored
This reverts commit 3a2d3081.
-
rami-a authored
-
David Martos authored
-
Michael Goderbauer authored
-
Jonah Williams authored
-
adazh authored
-
Brett Morgan authored
-
Yegor authored
update dependencies; add a Web smoke test
-
chunhtai authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/dd735c917929...ff49ca1c6e5b git log dd735c917929..ff49ca1c6e5b --no-merges --oneline 2019-08-09 dnfield@google.com Make firebase test more LUCI friendly (flutter/engine#10783) 2019-08-09 chinmaygarde@gmail.com Add a test for creating images from bytes. (flutter/engine#10799) 2019-08-09 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 1nsfv... to 9xVXx... (flutter/engine#10798) 2019-08-09 chinmaygarde@gmail.com Wire up a concurrent message loop backed SkExecutor for Skia. (flutter/engine#10788) 2019-08-09 stuartmorgan@google.com Roll buildroot for ANGLE support (flutter/engine#10784) 2019-08-09 chinmaygarde@gmail.com When setting up AOT snapshots from symbol references, make buffer sizes optional. (flutter/engine#10674) 2019-08-09 egarciad@google.com Include Maven dependency in files.json (flutter/engine#10719) 2019-08-09 liyuqian@google.com Remove 3 semi-redundant try-jobs (flutter/engine#10786) 2019-08-09 skia-flutter-autoroll@skia.org Roll src/third_party/skia 04580795746b..4d557e3df433 (4 commits) (flutter/engine#10794) 2019-08-09 jason-simmons@users.noreply.github.com Build JARs containing the Android embedding sources and the engine native library (flutter/engine#10778) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (jimgraham@google.com), and stop the roller if necessary.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/d9bbe37ce376...dd735c917929 git log d9bbe37ce376..dd735c917929 --no-merges --oneline 2019-08-09 iska.kaushik@gmail.com [flutter_runner] Improve frame scheduling (flutter/engine#10780) 2019-08-09 iska.kaushik@gmail.com [flutter] Create the compositor context on the GPU task runner. (flutter/engine#10781) 2019-08-09 chinmaygarde@gmail.com Revert "Forwards iOS dark mode trait to the Flutter framework (#34441). (#9722)" (flutter/engine#10789) 2019-08-08 matthew-carroll@users.noreply.github.com Forwards iOS dark mode trait to the Flutter framework (#34441). (flutter/engine#9722) 2019-08-08 dnfield@google.com Specify which android variant for tests (flutter/engine#10717) 2019-08-08 dnfield@google.com Don't use gradle daemon for building (flutter/engine#10771) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (jimgraham@google.com), and stop the roller if necessary.
-
Jonah Williams authored
-
Michael Goderbauer authored
-
liyuqian authored
TimelineEvents may not be sent if there aren't enough to form a group. Hence we should always use ExtensionEvent as the trigger. See also https://github.com/flutter/flutter/pull/37503
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/d784a39ab8ce...d9bbe37ce376 git log d784a39ab8ce..d9bbe37ce376 --no-merges --oneline 2019-08-08 jason-simmons@users.noreply.github.com Remove use of the deprecated AccessibilityNodeInfo boundsInParent API (flutter/engine#10773) 2019-08-08 chinmaygarde@google.com Manually roll Skia to pull in iOS armv7 build failure fix. (flutter/engine#10777) 2019-08-08 jason-simmons@users.noreply.github.com Manual roll of Fuchsia clang/linux-amd64 toolchain (flutter/engine#10774) 2019-08-08 skia-flutter-autoroll@skia.org Roll src/third_party/skia 19e3cd4c9cd5..4acbab33bd40 (6 commits) (flutter/engine#10769) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (jimgraham@google.com), and stop the roller if necessary.
-
Michael Goderbauer authored
This reverts commit b39e315e.
-
- 08 Aug, 2019 3 commits
-
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/f200ee13aa37...d784a39ab8ce git log f200ee13aa37..d784a39ab8ce --no-merges --oneline 2019-08-08 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 5c9q-... to 1nsfv... (flutter/engine#10716) 2019-08-08 skia-flutter-autoroll@skia.org Roll src/third_party/skia 241e0ee4a7dc..19e3cd4c9cd5 (1 commits) (flutter/engine#10753) 2019-08-08 skia-flutter-autoroll@skia.org Roll fuchsia/clang/mac-amd64 from CqfCC... to 2aCB4... (flutter/engine#10722) 2019-08-08 skia-flutter-autoroll@skia.org Roll src/third_party/skia 228518f0f828..241e0ee4a7dc (5 commits) (flutter/engine#10720) 2019-08-08 skia-flutter-autoroll@skia.org Roll src/third_party/skia 1dac7bc29f2d..228518f0f828 (1 commits) (flutter/engine#10715) 2019-08-08 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from yqu1p... to 57R6s... (flutter/engine#10713) 2019-08-08 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 8mNHG... to 5c9q-... (flutter/engine#10710) 2019-08-07 liyuqian@google.com Revert "Remove semi-redundant try-jobs. (#10485)" (flutter/engine#10705) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (jimgraham@google.com), and stop the roller if necessary.
-
Jonah Williams authored
-
Jonah Williams authored
-