Commit graph

17143 commits

Author SHA1 Message Date
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
Taha Tesser 94f71f374f
[flutter_tools] Refactor Android Studio Detection on Windows (support 4.x and 202x releases detection) (#86624) 2021-07-20 12:16:03 -07:00
Kate Lovett 8802e325a0
Revert "Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86449)" (#86730)
This reverts commit cd78190b0c.
2021-07-20 14:56:50 -04:00
Danny Tuppeny 91b67e8eb1
Add a "variant: " prefix to variant descriptions in test names (#86701) 2021-07-20 09:16:03 -07:00
Pierre-Louis 7d026b6b8b
Fix regression (#86657) 2021-07-20 14:58:12 +02:00
Kenzie (Schmoll) Davisson 33f4107cd1
Reset default UserTag at the time of the first flutter frame (#86516)
* Reset default UserTag at the time of the first flutter frame
2021-07-19 14:58:14 -07:00
Tong Mu cd78190b0c
Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86449)
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-19 14:54:24 -07:00
Renzo Olivares ae7d5f5360
Add floatingLabelStyle parameter to InputDecoration (#86576) 2021-07-19 13:21:06 -07:00
Callum Moffat 6909c544d5
Don't synthesize primary pointer button unless buttons = 0 (#85808)
Some embeddings might send pointer events with buttons = 0x2 (right-click) for touch or stylus device kinds. If the primary button is synthesized for those events, they won't behave properly. Without this change it's not possible to trigger "secondary tap" events on a TapGestureRecognizer while using a stylus or on an iPad trackpad, since that recognizer will receive buttons = 0x3.
2021-07-19 12:48:17 -07:00
Michael Goderbauer e9c1c1627a
Fix null child for FittedBox (#86662) 2021-07-19 11:01:04 -07:00
Remi Rousselet 1995da2c0c
Disable the automatic "pub get" if the project is using a third-party tool for linking dependencies. (#86177) 2021-07-19 08:06:03 -07:00
Max 34f69ceaa5
add AnimatedSlide widget (#86395) 2021-07-17 10:36:03 -07:00
Zachary Anderson 8642a9c0f7
Quote arguments to flutter assemble in xcode_backend.sh (#86534) 2021-07-16 18:22:10 -07:00
Filip Hracek 7cc853f14f
Link to FadeTransition from performance tip (#86379)
When suggesting more performant alternatives to rebuilding `Opacity`, `FadeTransition` is as valid as `AnimatedOpacity`, and it's less obvious ("opacity" versus "fade").
2021-07-16 15:54:02 -07:00
Michael Goderbauer c4c5e0d758
Fix doc samples in ridgets/routes.dart (#86453) 2021-07-16 13:26:03 -07:00
Ahmed Ashour 838ad83705
Explicitly show "Currently not on an official channel." (#84992) 2021-07-15 21:55:39 -07:00
Rami 8866ac65f9
[Material You] Introduce large FAB size and allow for FAB size theming (#86441) 2021-07-15 17:23:27 -07:00
Kaushik Iska df3fe587e8
Validate that min frame number is numeric (#86498) 2021-07-15 17:11:09 -07:00
Christopher Fujino dacfda07e7
roll dds (#86496) 2021-07-15 17:06:25 -07:00
Bryan Oltman 68fb008916
Add textDirection property to CupertinoTextField and CupertinoTextFormFieldRow (#86482) 2021-07-15 17:01:32 -07:00
Lau Ching Jun f25e4fea18
Remove unnecessary variables. (#86444) 2021-07-15 16:56:04 -07:00
Justin McCandless 497fc10656
Text selection toolbar position after keyboard opens (#86439) 2021-07-15 16:51:05 -07:00
Cristian Zazo 6eb59418c2
Remove obsolete doc (#86415) 2021-07-15 16:46:07 -07:00
Zachary Anderson 09a38d7a17
Revert "Handle reserved Kotlin keywords (#84973)" (#86512)
This reverts commit a67f618a29.
2021-07-15 14:43:53 -07:00
Abhishek Ghaskata 183c8f0d1d
Null aware operator consistency (#86223) 2021-07-15 14:36:08 -07:00
Mohammad Ghalayini a7dd6698fd
Add a borderRadius property to TableBorder (#85946) 2021-07-15 14:31:27 -07:00
Ahmed Ashour a67f618a29
Handle reserved Kotlin keywords (#84973) 2021-07-15 14:26:05 -07:00
Ren You 3dea9f0251
Revert "Clean up the bindings APIs (#86438)" (#86484)
This reverts commit d056500bfe.
2021-07-15 09:29:16 -07:00
Mohammad Ghalayini acbd280148
Add an Interactive Example for PhysicalShape (#86423) 2021-07-15 09:21:02 -07:00