Commit graph

17171 commits

Author SHA1 Message Date
Greg Spencer 0bab3604b0
Make the startup lock message print to stderr. (#86520)
This changes the "Waiting for another flutter command to release the startup lock..." message output so that it appears on stderr instead of stdout. When it appears on stdout, it can mess up collection of the output. For instance, if you run flutter --version --machine and you're expecting JSON output, then you'll get non-JSON output even though the lock is released and you eventually would get what you're asking for.
2021-07-28 15:12:03 -07:00
Taha Tesser e89747abcb
fix numpadEnter default shortcut (#87019) 2021-07-28 14:49:05 -07:00
Kate Lovett daa721f2f0
Fix leading overscroll for RenderShrinkWrappingViewport (#87143) 2021-07-28 13:24:05 -07:00
xubaolin 8a139c073d
Re-land"[new feature]introduce ScrollMetricsNotification" (#85499) 2021-07-28 12:09:05 -07:00
James 10152dbb70
Add thumb color customization to CupertinoSwitch (#86775) 2021-07-28 10:39:06 -07:00
Jason Simmons fca95838e6
Restore the WidgetTester's original surface size after testing setSurfaceSize (#87202)
Fixes https://github.com/flutter/flutter/issues/87194
2021-07-28 09:40:08 -07:00
Tong Mu 2f4f170dd2
Revert "Keyboard events (#83752)" (#87171)
This reverts commit 5f792ba170.
2021-07-28 02:32:08 -07:00
Jenn Magder 89637e4e47
Replace iOS physical/simulator bools with enum (#87138) 2021-07-27 16:39:04 -07:00
Dan Field 32c2e2bad9
Perform no shader warm-up by default (#87126) 2021-07-27 16:34:05 -07:00
Darren Austin 05e8425427
Update the skipped test for gestures. (#87130) 2021-07-27 15:59:28 -07:00
Tong Mu b50991d683
Reland 2: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86912) 2021-07-27 14:44:03 -07:00
Christopher Fujino 2d07436dbd
[flutter_tools] Port xcode backend to dart (#86753) 2021-07-27 14:39:05 -07:00
Matan Shukry 93de096e64
Add TooltipTriggerMode and provideTriggerFeedback to allow users to c… (#84434) 2021-07-27 13:39:04 -07:00
Attila Szabó ea1182effd
WIP - Reland "Override MediaQuery for WidgetsApp (#81295)" (#85298) 2021-07-27 11:19:03 -07:00
Rami 83a215ed09
Allow for customizing and theming of extended FAB content padding (#87062) 2021-07-27 10:21:04 -04:00
Greg Spencer 738ce43d97
Randomize tests, exclude tests that fail with randomization. (#86793)
* Randomize tests, exclude tests that fail with randomization.

* Disable some more tool tests
2021-07-26 23:40:49 -07:00
Tong Mu 781c3599de
RawKeyEventData classes support diagnostic and equality (#86679)
This PR changes RawKeyEventData so that they use Diagnosticable to construct toString, and use operator== and hashCode to compare.
2021-07-26 16:19:58 -07:00
Mohammad Ghalayini c4cf6f18cc
Expose minThumbLength, crossAxisMargin, and minOverscrollLength on RawScrollbar (#85338) 2021-07-26 15:38:05 -07:00
Darren Austin 152c2ed3e4
Skip test audit for animation tests. (#87063) 2021-07-26 12:42:55 -07:00
Tong Mu 5f792ba170
Keyboard events (#83752) 2021-07-26 12:28:05 -07:00
Renzo Olivares db0b249f6b
Add label widget parameter to InputDecoration (#86810) 2021-07-26 10:28:03 -07:00
Harry Terkelsen 90b8a54961
Only stop search for upstream character if we hit a newline (#86960) 2021-07-26 09:24:34 -07:00
Emmanuel Garcia e7a9adeeab
Remove AndroidX workarounds (#86911) 2021-07-23 17:41:04 -07:00
Jenn Magder 6881fca7b7
Respect plugin excluded iOS architectures (#86905) 2021-07-23 13:56:03 -07:00
Kaushik Iska aeaadc5691
Remove default expectation for UserTag (#86877)
See: https://github.com/flutter/engine/pull/27646#issuecomment-885035046
2021-07-23 12:28:05 -07:00
Jason Simmons 2dc11a85ff
Close the exit port used by the compute isolate utility function (#86591) 2021-07-22 17:56:03 -07:00
Hans Muller 60a072b098
Added Checkbox support for MaterialStateBorderSide (#86910) 2021-07-22 17:18:44 -07:00
Renzo Olivares 5671a97f8c
Scale selection handles for rich text on iOS (#85789) 2021-07-22 16:46:07 -07:00
Devon Carew b81165d259
refactor the widget rebuild service protocol event format (#86896)
refactor the widget rebuild service protocol event format
2021-07-22 14:55:18 -07:00
Ahmed Ashour bf132daef3
[gen_l10n] correct variable name when the placeholder requiresFormatting (#86842) 2021-07-22 13:55:18 -07:00
Ahmed Ashour 9492e13c45
Reland [flutter_tools] show only supported sub commands (#86153) 2021-07-22 13:41:03 -07:00
Jacob MacDonald fdb80f916d
update packages to the latest (#86880) 2021-07-22 13:26:05 -07:00
Jenn Magder 81aeb33ce3
Increase Flutter framework minimum iOS version to 9.0 (#86840) 2021-07-22 13:21:05 -07:00
Darren Austin eb62bce924
Added 'exclude' parameter to 'testWidgets()'. (#86397) 2021-07-22 12:35:40 -07:00
Zachary Anderson 10e53e9981
Skip "newly added code executes during hot restart - canvaskit" (#86885)
https://ci.chromium.org/ui/p/flutter/builders/prod/Windows%20web_tool_tests/2880/overview
2021-07-22 10:55:18 -07:00
Jonah Williams 7f26dbe0d4
[flutter] remove elevation checker (#86837) 2021-07-21 21:51:06 -07:00
Anna Gringauze 84c3b56877
Update dwds (and other packages) (#86832)
* Upgrade all packages

In particular, bring in dwds with latest fixes for flakes.

Closes: https://github.com/flutter/flutter/issues/85043
Related: https://github.com/flutter/flutter/issues/85575

* Re-enable fixed tests

* Disable failing test due to DDS issue
2021-07-21 21:47:10 -07:00
Tong Mu 24ad608bd8
Revert "Reland: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86739)" (#86823)
This reverts commit cf3d9409b3.
2021-07-21 16:13:10 -07:00
Greg Spencer b311f0c0a5
Fix driver test to run locally. (#86816)
This change fixes the driver tests "VMServiceFlutterDriver with logCommunicationToFile logCommunicationToFile logCommunicationToFile = false" and "WebFlutterDriver with logCommunicationToFile logCommunicationToFile = false" so that they will no longer fail when run locally.

The issue was one of not cleaning up the log files after the test ran, so a later run with the same name would see it. Presumably on the servers the tests are run in a different environment where the names or locations of the output files end up being different.
2021-07-21 15:17:19 -07:00
Emmanuel Garcia 0a8c03dc8a
Show warning when an app or plugin uses the V1 Android embedding (#86750) 2021-07-21 12:51:43 -07:00
Tong Mu cf3d9409b3
Reland: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86739)
This PR fixes several bugs related to live tests, adds more tests, and completes the documentation of several methods related to pointer events.
2021-07-21 12:49:26 -07:00
Ahmed Ashour f568d929db
[gen_l10n] Support plurals and selects inside string (#86167) 2021-07-21 12:41:06 -07:00
Michael Goderbauer b0e51db8d5
Fixes for upcoming changes to avoid_classes_with_only_static_members (#86744) 2021-07-20 16:12:12 -07:00
nt4f04uNd d8cdaba085
init (#82348) 2021-07-20 16:06:03 -07:00
Casey Rogers 4ab29de67f
Cancel DraggableScrollableSheet ballistic animation if a new activity begins (#86614) 2021-07-20 16:05:33 -07:00
Jeff Ward 841beff520
Support Float32Lists in StandardMessageCodec (#72613) (#83318) 2021-07-20 14:31:07 -07:00
Arthas 376584289c
Add onPlatformViewCreated to HtmlElementView (#84095) 2021-07-20 14:29:04 -07:00
Taha Tesser 89c8616f0e
fix _owner nullability in routers.dart (#84840) 2021-07-20 14:27:46 -07:00
Emmanuel Garcia 0504fac7e2
Android e2e screenshot (#84472) 2021-07-20 13:36:04 -07:00
Greg Spencer 2b7b4bdcab
Fix an exception being thrown when focus groups are empty. (#86734)
When a focus traversal group has no entries, but traversal is requested, we were throwing an exception because we couldn't find the group marker's scope in the list of candidates. This fixes that, and adds a test.
2021-07-20 12:46:58 -07:00