- 22 Jan, 2021 14 commits
-
-
Zain Ur Rehman authored
* Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541) ong <shihaohong@google.com> Co-authored-by: Kate Lovett <katelovett@google.com> Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
-
Jonah Williams authored
-
Ben Konyi authored
* Handle service disappeared RPCError when VM service connection disappears while invoking a service extension registered by the framework * Add unit test, handle non-trivial cases
-
godofredoc authored
All these tests are already running in luci and were added to prod_builders.json file. Bug: https://github.com/flutter/flutter/issues/71960 Bug: https://github.com/flutter/flutter/issues/74059
-
engine-flutter-autoroll authored
-
xubaolin authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Kate Lovett authored
-
xubaolin authored
-
Romain Rastel authored
-
Kate Lovett authored
-
Zain Ur Rehman authored
-
Christopher Fujino authored
This reverts commit 444c954f.
-
- 21 Jan, 2021 16 commits
-
-
Christopher Fujino authored
This reverts commit 831ee22b.
-
godofredoc authored
* Block the tree on mac_android test failures running on luci. Bug: https://github.com/flutter/flutter/issues/74431 * Set android_semantics and android_hot_mode as non flaky. * Set microbenchmarks as non flaky.
-
Jonah Williams authored
This reverts commit 79d0358e.
-
Kenzie Schmoll authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
Pierre-Louis authored
* Create icons golden test * Update icons_test.dart * Update icons_test.dart * Update icons_test.dart * change test name * Add ability to load material icon font for golden tests * formatting * Skip test for browser * Add end of file newline * Rewrite with different method * Add skip for browser
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Kenzie Schmoll authored
-
engine-flutter-autoroll authored
dde6b7e8e Roll Dart SDK from 0265477b0534 to 970d74c42472 (1 revision) (flutter/engine#23811) (#74371)
-
stuartmorgan authored
Prep to make https://github.com/flutter/flutter/issues/73857 easier in the future.
-
engine-flutter-autoroll authored
-
Justin McCandless authored
Very simple right-click context menu for Windows and Linux in a Material-esque style.
-
Kate Lovett authored
Remove deprecated WaitUntil[NoTransientCallbacks, NoPendingFrame, FirstFrameRasterized] methods from flutter_driver (#73754)
-
engine-flutter-autoroll authored
-
- 20 Jan, 2021 10 commits
-
-
Kate Lovett authored
-
Muskan Jain authored
-
Jonah Williams authored
-
Ian Hickson authored
Update the alt text to match recommendations in https://html.spec.whatwg.org/multipage/images.html#alt (#74089)
-
Jenn Magder authored
-
LongCatIsLooong authored
-
LongCatIsLooong authored
-
LongCatIsLooong authored
-
Michael Goderbauer authored
-
stuartmorgan authored
macOS was sharing the iOS font theme, but the names of the underlying fonts differ between the two platforms, so this was actually using the fallback font from the engine. Instead of using the underlying font names on macOS, which is no longer allowed by CoreText, use the meta-font returned by systemFontOfSize: This has been verified on 10.15; older versions of macOS may need different font names as the handling of these fonts have changed over time. Fixing older versions as necessary will be handled in a follow-up. See https://github.com/flutter/flutter/issues/57805
-