32676 Commits

Author SHA1 Message Date
Justin McCandless
dcd2170d14
Fix typos in scale gesture recognizer docs (#117116)
Just two small typo fixes.
2022-12-15 09:13:36 -08:00
engine-flutter-autoroll
47300e0a6c
Roll Plugins from 10c029399b3a to 78de28ca21c7 (4 revisions) (#117145)
* 00b77e4cc Roll Flutter from 15af81782e19 to 028c6e29e0ca (13 revisions) (flutter/plugins#6843)

* b2cdcb69a [camera_android_camerax] `unnecessary_parenthesis` lint fix (flutter/plugins#6841)

* 3a093e49b [various] Enable avoid_print (flutter/plugins#6842)

* 78de28ca2 [webview_flutter_platform_interface] Updates platform interface to new interface (flutter/plugins#6846)
2022-12-15 17:12:42 +00:00
Jonah Williams
169b49fba7
Revert "[framework] make transform with filterQuality a rpb (#116792)" (#117095)
This reverts commit e331dcda1785982a9efbc762e08e9c617cd3f6ae.
2022-12-15 17:11:42 +00:00
Michael Goderbauer
409a39daea
remove debugPrint from timePicker test (#117111) 2022-12-15 17:07:52 +00:00
engine-flutter-autoroll
9aa2ea150c
Roll Flutter Engine from 0a6a4a58f4f7 to db5605ea7115 (11 revisions) (#117109)
* 1a1b1feee Roll Skia from 537e1e8c1ca6 to 729ccbfb87bc (7 revisions) (flutter/engine#38277)

* 3b18821e1 Roll Fuchsia Linux SDK from A0jnUUORf2LQu1z2V... to e2lfUFBW5ddtTZBbw... (flutter/engine#38280)

* beb94ea2c Roll Skia from 729ccbfb87bc to 3171deabd88a (4 revisions) (flutter/engine#38279)

* 8f9071ab9 Roll Fuchsia Mac SDK from FQQdl8AGAsALFniHl... to u-tC0QEGUT4xQ4KOo... (flutter/engine#38282)

* aa78cd8d6 add link to website (flutter/engine#38273)

* 955447b35 pylint all Python scripts under testing/ (flutter/engine#38268)

* 3f22e1958 [web] correct float count in runtime effect (flutter/engine#38288)

* 479bb736f Fix issues related to keyboard inset (flutter/engine#37719)

* 6cd85616b [macOS] Refactor rendering infrastructure (flutter/engine#37789)

* d1533d12b [web] Make Canvaskit's malloc more useful (flutter/engine#38130)

* db5605ea7 Fix new `unnecessary_parenthesis` diagnostics. (flutter/engine#38291)
2022-12-15 17:05:56 +00:00
Michael Goderbauer
dbc9306380
Failure to construct ErrorWidget for build errors does not destroy tree (#117090) 2022-12-14 21:53:20 +00:00
Tomasz Gucio
7b19b4d387
Fix CupertinoTextSelectionToolbar showing unnecessary pagination (#104587) 2022-12-14 22:38:04 +01:00
Darren Austin
d8b7eb6e29
Updated token templates to sync with master code. (#117097) 2022-12-14 21:32:12 +00:00
Siva
aa0b68119f
flutter/engine@0baa4b5...0a6a4a58 (#117083)
skia-flutter-autoroll Roll Dart SDK from f32c7b011906 to 358d0d1aa3e7 (2 revisions) (#38274)
2022-12-14 13:19:13 -08:00
Phil Quitslund
f9acb1e88c
-- unnecessary parens (#117081) 2022-12-14 21:18:37 +00:00
Taha Tesser
57fb36ee0a
[reland] Add Material 3 support for ListTile - Part 1 (#116963)
* [reland] Add Material 3 support for `ListTile` - Part 1

* Update doc
2022-12-14 21:13:59 +00:00
Alexander Markov
c63d797f94
Upgrade dependencies (#117007) 2022-12-14 13:13:05 -08:00
engine-flutter-autoroll
7a801f7669
0baa4b5b3 Generate font fallback data to be const. (flutter/engine#38259) (#117080) 2022-12-14 11:03:20 -08:00
engine-flutter-autoroll
ef3fe6a055
10c029399 [local_auth]: Bump fragment from 1.5.4 to 1.5.5 in /packages/local_auth/local_auth_android/android (flutter/plugins#6826) (#117078) 2022-12-14 18:38:58 +00:00
godofredoc
0e0f29fc8c
Run packaging builders only on beta and stable. (#117037)
The packaging recipe is now checking the enabled branches property.

Bug: https://github.com/flutter/flutter/issues/115492
2022-12-14 18:05:03 +00:00
Flutter GitHub Bot
8e452be2f0
Marks Windows run_release_test_windows to be unflaky (#117071) 2022-12-14 18:04:59 +00:00
Loïc Sharma
028c6e29e0
[Android] Fix the run_debug_test_android device lab test (#117016)
* Fix

* Format

* DO NOT MERGE! Test in presubmit

* Revert "DO NOT MERGE! Test in presubmit"

This reverts commit 41c7186c723d844c288cb4e5fab3284a803f82ae.
2022-12-14 05:18:21 +00:00
Taha Tesser
f07db4018a
NavigationBar improvements (#116992) 2022-12-13 17:25:49 -08:00
engine-flutter-autoroll
f0ea376460
Roll Flutter Engine from 984ec305a0dd to 14194c40ec00 (2 revisions) (#117031)
* cda2be86e Some fixes for dart2wasm (flutter/engine#38167)

* 14194c40e Roll Fuchsia Mac SDK from Cd_ZtrDVcpQ85HRL3... to FQQdl8AGAsALFniHl... (flutter/engine#38269)
2022-12-14 01:16:21 +00:00
engine-flutter-autoroll
60635be592
984ec305a Run Mac Host clang-tidy on 12 cores (flutter/engine#38261) (#117028) 2022-12-14 00:35:20 +00:00
Daniel Flores Medina
ba917d6159
Remove workaround because issue is closed (#110854) 2022-12-14 00:25:07 +00:00
Greg Spencer
fae458b925
Convert TimePicker to Material 3 (#116396)
* Make some minor changes in preparation for updating the Time Picker to M3

* Revert OutlineInputBorder.borderRadius type change

* Revert more OutlineInputBorder.borderRadius changes.

* Convert TimePicker to Material 3

* Add example test

* Revert OutlineInputBorder.borderRadius type change

* Fix test

* Review Changes

* Merge changes

* Some sizing and elevation fixes

* Fix localization tests
2022-12-14 00:09:52 +00:00
engine-flutter-autoroll
a59dd83d72
a327b48ca Roll Skia from 280ac8882cff to 537e1e8c1ca6 (9 revisions) (flutter/engine#38264) (#117025) 2022-12-13 23:47:06 +00:00
Daniel Iglesia
0c7d84aa78
Add AppBar.forceMaterialTransparency (#101248) (#116867)
* Add AppBar.forceMaterialTransparency (#101248)

Allows gestures to reach widgets beneath the AppBar (when Scaffold.extendBodyBehindAppBar is true).
2022-12-14 09:45:50 +11:00
Greg Spencer
96597c25e6
Bump Dartdoc version to 6.1.5 (#117014) 2022-12-13 22:28:01 +00:00
engine-flutter-autoroll
51945a0df0
Roll Flutter Engine from dd1dc7258b99 to 82dafdfc1c3d (2 revisions) (#117015)
* b5d19f86e Manual roll of Skia from 971c342c3030 to 280ac8882cff (flutter/engine#38257)

* 82dafdfc1 Roll Fuchsia Linux SDK from 8O5rMR_ehMaL3YhZ5... to A0jnUUORf2LQu1z2V... (flutter/engine#38258)
2022-12-13 22:26:09 +00:00
engine-flutter-autoroll
4e13720804
dd1dc7258 Always set orientation preferences on iOS 16+ (flutter/engine#38230) (#117005) 2022-12-13 21:15:18 +00:00
engine-flutter-autoroll
cd9a439c35
Roll Flutter Engine from 74a9c7e0f9b1 to 9872cc7addce (2 revisions) (#116997)
* f863b1978 Roll Skia from c83eef7dc2a3 to 971c342c3030 (2 revisions) (flutter/engine#38248)

* 9872cc7ad Clarify file sharing flags in FML filesystem APIs on Windows (flutter/engine#38164)
2022-12-13 19:40:48 +00:00
engine-flutter-autoroll
dbb9aa8b92
Roll Plugins from 0609adb457fd to ec2041f82584 (6 revisions) (#116996)
* 13818023c [camera] Attempt to fix flaky new Android test (flutter/plugins#6831)

* da4321d01 [google_maps_flutter] Modified `README.md` to fix minor syntax issues (flutter/plugins#6631)

* e8c9731f1 Roll Flutter from eefbe85c8bd4 to bd0791be3ff2 (25 revisions) (flutter/plugins#6832)

* 2eb616545 Reland "[google_maps_flutter] ios: re-enable test with popup #5312" (flutter/plugins#6783)

* 738bd91d8 Update FlutterFire link (flutter/plugins#6835)

* ec2041f82 Roll Flutter from bd0791be3ff2 to 15af81782e19 (27 revisions) (flutter/plugins#6837)
2022-12-13 19:39:06 +00:00
engine-flutter-autoroll
15af81782e
74a9c7e0f Roll Fuchsia Mac SDK from aMW0DjntzFJj4RoR3... to Cd_ZtrDVcpQ85HRL3... (flutter/engine#38242) (#116973) 2022-12-13 13:04:25 +00:00
engine-flutter-autoroll
db26f486eb
afc2f9559 Roll Skia from 9abf4b1bf242 to c83eef7dc2a3 (3 revisions) (flutter/engine#38243) (#116970) 2022-12-13 12:17:16 +00:00
engine-flutter-autoroll
256d54e170
47417ce80 [Impeller Scene] Node deserialization (flutter/engine#38190) (#116959) 2022-12-13 09:17:08 +00:00
engine-flutter-autoroll
9ccfb87ad1
64a661d6d Roll Skia from 08dc0c9e4e70 to 9abf4b1bf242 (4 revisions) (flutter/engine#38240) (#116955) 2022-12-13 07:59:07 +00:00
Michael Thomsen
f5249bcb0a
Remove use of NullThrownError (#116122) 2022-12-13 08:42:54 +01:00
engine-flutter-autoroll
7211ca09d1
a33e699de Roll Skia from 2e417d4f7993 to 08dc0c9e4e70 (1 revision) (flutter/engine#38239) (#116952) 2022-12-13 06:54:24 +00:00
LongCatIsLooong
04ee5926a2
Remove RenderEditable textPainter height hack (#113301)
* remove RenderEditable textPainter height hack

* Still applies the hack on web

* unskip web
2022-12-13 03:42:23 +00:00
engine-flutter-autoroll
b713edceec
290f3a35e Roll Skia from 788fe69e7ade to 2e417d4f7993 (3 revisions) (flutter/engine#38235) (#116941) 2022-12-13 01:58:13 +00:00
engine-flutter-autoroll
ca7fe33485
Roll Flutter Engine from 6c190ea1e8df to e144f81e92d8 (3 revisions) (#116939)
* b97d3545f [Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets. (flutter/engine#38229)

* 99f3d1931 Web trackpad pan (flutter/engine#36346)

* e144f81e9 [impeller] Fix typo in compiller help (flutter/engine#38214)
2022-12-13 01:02:29 +00:00
Callum Moffat
97df2b3191
Fix scroll jump when NestedScrollPosition is inertia-cancelled. (#116689)
* Fix scroll jump when NestedScrollPosition is inertia-cancelled.

* Switch to using pointerScroll(0)
2022-12-13 00:20:30 +00:00
engine-flutter-autoroll
6432fd1b15
6c190ea1e Roll Skia from bb9378b61c4f to 788fe69e7ade (6 revisions) (flutter/engine#38226) (#116935) 2022-12-12 23:33:33 +00:00
Jonah Williams
e331dcda17
[framework] make transform with filterQuality a rpb (#116792)
* [framework] make transform with filterQuality a rpb

* fix tests

* ++
2022-12-12 23:30:17 +00:00
Kate Lovett
15939b4772
Remove duped fix rules (#116933) 2022-12-12 23:17:51 +00:00
engine-flutter-autoroll
9b46f2a691
ff2fe8381 [cpp20] Fix incompatible aggregate initialization (flutter/engine#38165) (#116927) 2022-12-12 22:51:16 +00:00
Loïc Sharma
41625b6620
Test flutter run does not have unexpected engine logs (#116798) 2022-12-12 22:39:49 +00:00
Callum Moffat
601f48cd95
InteractiveViewer discrete trackpad panning (#112171)
* InteractiveViewer web trackpad panning

* Address feedback
2022-12-12 22:34:24 +00:00
engine-flutter-autoroll
8cfc6061ed
Roll Flutter Engine from 62a5de2efc9c to 2148fc003077 (5 revisions) (#116920)
* d72975724 Roll Skia from 0cb546781e89 to 833bfcb2b52f (1 revision) (flutter/engine#38218)

* c7a95c510 Roll Dart SDK from 21f2997a8fc6 to 6334e84d6956 (4 revisions) (flutter/engine#38187)

* d945c155c Roll Skia from 833bfcb2b52f to bb9378b61c4f (5 revisions) (flutter/engine#38221)

* 8fe61bc32 Roll Dart SDK from 6334e84d6956 to f32c7b011906 (3 revisions) (flutter/engine#38223)

* 2148fc003 [Windows] Fix headless mode crash (flutter/engine#38173)
2022-12-12 22:08:07 +00:00
Callum Moffat
8e1f8352bf
Fix MediaQuery.paddingOf (#116858)
* Fix MediaQuery.paddingOf

* Try to fix test overflow on web
2022-12-12 21:54:54 +00:00
Loïc Sharma
c420562ef3
Fix output match (#116912) 2022-12-12 21:28:54 +00:00
Zachary Anderson
558b7e0042
Adjust test to tolerate additional trace fields (#116914)
* Adjust test to tolerate additional trace fields

* Fix syntax error
2022-12-12 13:21:24 -08:00
Christopher Fujino
7a743c8816
[flutter_tools] Pin and roll pub (#116745)
* pin path_provider_android

* make path_provider_android non-transitive

* roll
2022-12-12 21:02:07 +00:00