29851 Commits

Author SHA1 Message Date
engine-flutter-autoroll
3801376660
Roll Flutter Engine from d441d7964b0c to 07fe96cd4666 (1 revision) (#107043) 2022-07-03 21:34:08 -07:00
engine-flutter-autoroll
c6ccf0df05
Roll Flutter Engine from 003a0c87f770 to d441d7964b0c (1 revision) (#107041) 2022-07-03 17:59:05 -07:00
engine-flutter-autoroll
7500d075b4
Roll Flutter Engine from 20a5cf445148 to 003a0c87f770 (1 revision) (#107032) 2022-07-03 10:14:05 -07:00
engine-flutter-autoroll
629f731b99
Roll Flutter Engine from 5d1fddcd767a to 20a5cf445148 (1 revision) (#107027) 2022-07-03 04:49:06 -07:00
engine-flutter-autoroll
62308666d2
Roll Flutter Engine from 51dc113c3f0f to 5d1fddcd767a (1 revision) (#107023) 2022-07-02 23:59:05 -07:00
engine-flutter-autoroll
20217092c1
Roll Flutter Engine from c5e54626ff68 to 51dc113c3f0f (1 revision) (#107019) 2022-07-02 20:49:08 -07:00
engine-flutter-autoroll
924d174086
Roll Flutter Engine from 2013801d2133 to c5e54626ff68 (1 revision) (#107013) 2022-07-02 15:39:04 -07:00
engine-flutter-autoroll
84db987f67
Roll Flutter Engine from ef0f97185aec to 2013801d2133 (3 revisions) (#107012) 2022-07-02 13:04:05 -07:00
Jonah Williams
d36ecec5b9
[framework] partial removal of forced compositing from opacity (#106989) 2022-07-02 16:49:06 +00:00
engine-flutter-autoroll
efd006e1b9
Roll Flutter Engine from a87b94a1a260 to ef0f97185aec (1 revision) (#106998) 2022-07-02 07:24:07 -07:00
engine-flutter-autoroll
68a1ee118d
Roll Flutter Engine from 2bdc8e5b4c10 to a87b94a1a260 (2 revisions) (#106994) 2022-07-02 03:44:05 -07:00
engine-flutter-autoroll
3028d77f97
Roll Flutter Engine from e9d7b921d741 to 2bdc8e5b4c10 (1 revision) (#106990) 2022-07-01 22:39:07 -07:00
engine-flutter-autoroll
af1b3e7d1f
Roll Flutter Engine from 698fb83c35c3 to e9d7b921d741 (1 revision) (#106984) 2022-07-01 19:19:08 -07:00
engine-flutter-autoroll
f77f0faf67
Roll Flutter Engine from 684b54b55f5d to 698fb83c35c3 (1 revision) (#106981) 2022-07-01 18:14:08 -07:00
LongCatIsLooong
09a5382ff9
Add error messages to _debugCanPerformMutations (#105638) 2022-07-02 00:55:04 +00:00
David Iglesias
c4aaa394ac
[tool][web] Create an early web plugin_registrant for dartpad. (#106921) 2022-07-02 00:51:06 +00:00
engine-flutter-autoroll
ed37c838e8
Roll Flutter Engine from 6a9124653a53 to 684b54b55f5d (1 revision) (#106980) 2022-07-01 17:09:08 -07:00
engine-flutter-autoroll
9cb35ac9d5
Roll Flutter Engine from 6a54862353b4 to 6a9124653a53 (4 revisions) (#106978) 2022-07-01 16:04:07 -07:00
engine-flutter-autoroll
c0f248de33
Roll Flutter Engine from 5cb924c189a9 to 6a54862353b4 (1 revision) (#106971) 2022-07-01 13:39:06 -07:00
Xilai Zhang
a7fe235c8c
Revert "Reland "Clipping if only one character text overflows (#99146)" (#102130)" (#106964)
This reverts commit 3f43d9f3d4105d4190c839e087c42d79ebe092e8.
2022-07-01 12:46:21 -07:00
engine-flutter-autoroll
c708ab72f7
Roll Flutter Engine from 28a5d3c05d61 to 5cb924c189a9 (1 revision) (#106968) 2022-07-01 12:34:08 -07:00
engine-flutter-autoroll
09b8441f0b
Roll Flutter Engine from b9547182c38b to 28a5d3c05d61 (7 revisions) (#106965) 2022-07-01 11:14:09 -07:00
engine-flutter-autoroll
08c2e05351
Roll Plugins from 670ade44963f to b5e4ad208a06 (2 revisions) (#106959) 2022-07-01 11:09:10 -07:00
Zachary Anderson
1e14993c56
Revert "Roll Flutter Engine from b9547182c38b to caec3e305a23 (1 revision)" (#106958) 2022-07-01 08:09:09 -07:00
engine-flutter-autoroll
1add0d790d
Roll Flutter Engine from b9547182c38b to caec3e305a23 (1 revision) (#106926) 2022-06-30 21:39:07 -07:00
engine-flutter-autoroll
64a73a7a5f
Roll Flutter Engine from a62945b236a2 to b9547182c38b (1 revision) (#106922) 2022-06-30 19:19:08 -07:00
engine-flutter-autoroll
1dfe887884
Roll Flutter Engine from 9bd9114d8526 to a62945b236a2 (1 revision) (#106919) 2022-06-30 18:14:07 -07:00
Hari07
46c4fc1164
Animated fractionally sized box (#106795) 2022-07-01 00:50:05 +00:00
engine-flutter-autoroll
d7f7e9d9bd
Roll Flutter Engine from 6d498422cb2b to 9bd9114d8526 (4 revisions) (#106910) 2022-06-30 17:04:06 -07:00
Loïc Sharma
dcbdff087b
Ignore invalid description property in vswhere.exe JSON output (#106836)
The `flutter doctor` command uses `vswhere.exe` to verify the Visual Studio installation. This `vswhere.exe` is known to encode its output incorrectly. This is problematic as the `description` property is localized, and in certain languages this results in invalid JSON due to the incorrect encoding.

This change introduces a fallback to our `vswhere.exe` output parsing logic: if parsing JSON fails, remove the `description` property and retry parsing the JSON.

This fix was also tested on the outputs provided here: https://github.com/flutter/flutter/issues/106601#issuecomment-1170138123

Addresses https://github.com/flutter/flutter/issues/106601
2022-06-30 16:15:20 -07:00
engine-flutter-autoroll
e34d6bc691
Roll Flutter Engine from 5ff22be55f8b to 6d498422cb2b (1 revision) (#106908) 2022-06-30 15:59:06 -07:00
engine-flutter-autoroll
47be307f51
Roll Flutter Engine from 1486cc56eff6 to 5ff22be55f8b (2 revisions) (#106901) 2022-06-30 14:39:11 -07:00
engine-flutter-autoroll
a458c0d139
Roll Flutter Engine from a8797796d444 to 1486cc56eff6 (3 revisions) (#106898) 2022-06-30 13:34:09 -07:00
Kate Lovett
6806884525
Fix scrollbar track offset (#106835) 2022-06-30 20:30:05 +00:00
Bruno Leroux
0eed9adde7
Improve SnackBar error message when shown during build (#106658) 2022-06-30 20:28:05 +00:00
Kate Lovett
90d6303ff5
Fix DraggableScrollableSheet crash when switching out scrollables (#105549) 2022-06-30 20:26:10 +00:00
engine-flutter-autoroll
759f36b45d
Roll Flutter Engine from e9ca676f221b to a8797796d444 (1 revision) (#106888) 2022-06-30 11:54:09 -07:00
engine-flutter-autoroll
f67bba02fe
Roll Flutter Engine from 2cdcbc7855de to e9ca676f221b (1 revision) (#106885) 2022-06-30 10:49:09 -07:00
xubaolin
e10310d2da
Reland "fix a Scaffold.bottomSheet update bug" (#106775) 2022-06-30 16:58:05 +00:00
engine-flutter-autoroll
cf6b91d0ec
Roll Plugins from dd829af02c22 to 670ade44963f (1 revision) (#106879) 2022-06-30 09:04:10 -07:00
stuartmorgan
6c6ae06381
Add Windows to the platform_channels example (#106754) 2022-06-30 14:54:07 +00:00
engine-flutter-autoroll
b38150fe97
Roll Flutter Engine from 2f3296d9a26a to 2cdcbc7855de (1 revision) (#106875) 2022-06-30 07:44:11 -07:00
Zachary Anderson
b005a34790
[flutter_tool] Pass --input-type to impellerc (#106845) 2022-06-30 07:12:24 -07:00
engine-flutter-autoroll
eb3cf24b97
Roll Flutter Engine from fd9b13211743 to 2f3296d9a26a (1 revision) (#106869) 2022-06-30 06:09:07 -07:00
Bruno Leroux
776a15c57b
Documentation update to advertize timedDrag (#106489) 2022-06-30 13:02:07 +00:00
Taha Tesser
a74c48133a
[Reland]: Fix StretchingOverscrollIndicator clipping and add clipBehavior parameter (#106287) 2022-06-30 12:16:05 +00:00
Taha Tesser
9a3b9f62a9
Fix DropdownButton Inkwell border radius (#106657) 2022-06-30 12:14:05 +00:00
engine-flutter-autoroll
427aecc54b
Roll Flutter Engine from 8d1613fd0f7f to fd9b13211743 (2 revisions) (#106857) 2022-06-30 02:39:09 -07:00
engine-flutter-autoroll
8617d163f3
Roll Flutter Engine from 557655b7f552 to 8d1613fd0f7f (3 revisions) (#106854) 2022-06-30 01:34:09 -07:00
engine-flutter-autoroll
9f467c2975
Roll Flutter Engine from 870bc6062c51 to 557655b7f552 (1 revision) (#106848) 2022-06-29 23:14:09 -07:00