Jia Hao
db35611ece
Schedule tasks which are futures to completion ( #112269 )
2022-10-06 15:23:53 +00:00
engine-flutter-autoroll
98c0498796
Roll Flutter Engine from db7e32a43291 to e72434025f08 (1 revision) ( #113023 )
2022-10-06 12:33:25 +00:00
Hardeep Singh
5de0918808
feat: Add keyboardType in CupertinoSearchTextField ( #83994 )
2022-10-06 11:43:40 +02:00
Taha Tesser
ad2005c485
Add overlay
MaterialStateProperty property to Slider
( #112922 )
2022-10-06 07:44:30 +00:00
engine-flutter-autoroll
7e8ddc0643
Roll Flutter Engine from 30993138d078 to db7e32a43291 (1 revision) ( #113003 )
2022-10-06 06:59:21 +00:00
engine-flutter-autoroll
8736f3743f
Roll Flutter Engine from 5f2daf05e016 to 30993138d078 (1 revision) ( #112998 )
2022-10-06 04:47:30 +00:00
engine-flutter-autoroll
59d68e03ee
Roll Flutter Engine from 062edc48fdbe to 5f2daf05e016 (2 revisions) ( #112996 )
2022-10-06 03:53:34 +00:00
engine-flutter-autoroll
defc4ca989
Roll Flutter Engine from 8109b72830e1 to 062edc48fdbe (1 revision) ( #112990 )
2022-10-06 02:53:20 +00:00
Jenn Magder
7dd65c16c2
Add bitcode deprecation note for add-to-app iOS developers ( #112900 )
2022-10-06 02:51:23 +00:00
Justin McCandless
d440ee8224
Consider Scrollable location in text selection drag events ( #102992 )
...
Fixes scrolling by dragging a selection when the field is in a Scrollable.
2022-10-05 16:27:48 -07:00
engine-flutter-autoroll
da64b912ef
Roll Flutter Engine from c2aa65b01863 to 8109b72830e1 (1 revision) ( #112984 )
2022-10-05 23:07:17 +00:00
engine-flutter-autoroll
1e95fc6a33
Roll Flutter Engine from 3ea687122ab8 to c2aa65b01863 (1 revision) ( #112980 )
2022-10-05 22:16:25 +00:00
Jason Simmons
57cd3252b1
When updating packages, do not delete the simulated SDK directory until all pub invocations have finished ( #112975 )
2022-10-05 21:54:31 +00:00
Christopher Fujino
559d524ec1
improve debugging when dart pub get call fails ( #112968 )
2022-10-05 21:53:06 +00:00
engine-flutter-autoroll
2c0d43e723
Roll Flutter Engine from 6232980336a2 to 3ea687122ab8 (2 revisions) ( #112972 )
2022-10-05 21:28:58 +00:00
Callum Moffat
850f3b37d4
Add PointerScaleEvent and use in InteractiveViewer ( #112172 )
...
Enables pinch-to-zoom in InteractiveViewer on web via PointerScaleEvent.
2022-10-05 13:23:46 -07:00
Jenn Magder
b82cf76ff6
Return void from project migrate() ( #112897 )
2022-10-05 20:22:56 +00:00
gaaclarke
69fc4fb622
Switched Element.renderObject
to iterative implementation. ( #112885 )
2022-10-05 17:49:24 +00:00
fzyzcjy
c7b40a5270
Export elapseBlocking
to test binding, so slow sync work can be simulated such as a slow widget build ( #112619 )
2022-10-05 16:35:58 +00:00
engine-flutter-autoroll
d554fcb36a
Roll Plugins from 25e10b2a036d to 3a928b8a3d8b (3 revisions) ( #112937 )
2022-10-05 16:16:36 +00:00
stuartmorgan
5c381254e3
Wait for non-empty layout in platform view placeholder ( #112402 )
2022-10-05 12:58:20 +00:00
Eilidh Southren
4862a84bd5
Add width property to SnackBarThemeData ( #112636 )
...
* Adding snackbar theme data width field
* Whitespace formatting
* Update docstrings
* version update
* tidy up
* Revert auto text formatting
* Text formatting
* Remove whitespace
* Test tidy
* Whitespace fix
* y Please enter the commit message for your changes. Lines starting
* whitespace
* test fixes
* de-British-ification
* comment modification
2022-10-05 12:09:19 +01:00
engine-flutter-autoroll
248110839d
Roll Flutter Engine from 57d2ef06f2e4 to 6232980336a2 (1 revision) ( #112930 )
2022-10-05 10:24:30 +00:00
engine-flutter-autoroll
9b9ef97e47
Roll Flutter Engine from 4d4914799b9a to 57d2ef06f2e4 (2 revisions) ( #112921 )
2022-10-05 08:04:23 +00:00
Ian Hickson
ba7cbea406
Fix outdated comment about overflow ( #112595 )
2022-10-05 07:39:09 +00:00
engine-flutter-autoroll
145904f641
Roll Flutter Engine from 9692f09afd67 to 4d4914799b9a (16 revisions) ( #112914 )
2022-10-05 06:09:26 +00:00
godofredoc
c99780dea8
Run docs publish on all branches. ( #112909 )
2022-10-05 04:41:27 +00:00
Zachary Anderson
28da87101b
Revert "Roll Flutter Engine from 9692f09afd67 to cbb96d0b06d7 (2 revisions)" ( #112905 )
2022-10-05 03:17:24 +00:00
dependabot[bot]
7f80b9f069
Bump actions/checkout from 3.0.2 to 3.1.0 ( #112884 )
2022-10-05 03:09:35 +00:00
Zachary Anderson
4e70baaaea
Revert "Manually roll Flutter Engine from cbb9d0b06 to cef721963" ( #112902 )
2022-10-05 03:03:21 +00:00
Loïc Sharma
76dd29f6a8
Manually roll Flutter Engine from cbb9d0b06 to cef721963 ( #112895 )
...
37d8342cca...cef7219633
* Revert "[Windows] Move to Visual Studio 2019" (https://github.com/flutter/engine/pull/36606 )
Issue: https://github.com/flutter/flutter/issues/112894
2022-10-04 19:11:21 -07:00
J-P Nurmi
2fdfa29e08
[text_input] introduce TextInputControl ( #76072 )
...
Allows the creation of virtual in-app keyboards written in Flutter. Especially useful for embedded environments.
2022-10-04 15:23:12 -07:00
engine-flutter-autoroll
208056f63e
Roll Flutter Engine from 9692f09afd67 to cbb96d0b06d7 (2 revisions) ( #112883 )
2022-10-04 22:12:01 +00:00
engine-flutter-autoroll
62ee6797d2
Roll Flutter Engine from 4e8683e5f455 to 9692f09afd67 (1 revision) ( #112879 )
2022-10-04 21:09:36 +00:00
engine-flutter-autoroll
4227f94ea4
Roll Flutter Engine from 256b8d066fc7 to 4e8683e5f455 (2 revisions) ( #112873 )
2022-10-04 20:11:24 +00:00
engine-flutter-autoroll
128b94e247
Roll Flutter Engine from 1d5c16ad5581 to 256b8d066fc7 (1 revision) ( #112869 )
2022-10-04 19:06:53 +00:00
Camille Simon
b94b584298
[Android] Fix spell_check integration test flakiness ( #112109 )
2022-10-04 19:05:39 +00:00
joshualitt
07c5ebca78
[web] Fix kIsWeb
for Dart2wasm. ( #112122 )
2022-10-04 10:57:46 -07:00
engine-flutter-autoroll
90d79aa388
Roll Flutter Engine from c5957911c77a to 1d5c16ad5581 (1 revision) ( #112867 )
2022-10-04 17:53:23 +00:00
engine-flutter-autoroll
d2f4365743
Roll Flutter Engine from f16e221ffa89 to c5957911c77a (1 revision) ( #112866 )
2022-10-04 16:58:15 +00:00
engine-flutter-autoroll
842c026e28
Roll Plugins from 28c9c0d034d9 to 25e10b2a036d (2 revisions) ( #112863 )
2022-10-04 15:56:06 +00:00
engine-flutter-autoroll
188960d093
Roll Flutter Engine from 4339abbc91a4 to f16e221ffa89 (1 revision) ( #112862 )
2022-10-04 15:27:28 +00:00
engine-flutter-autoroll
55d67cc7d9
Roll Flutter Engine from 9ad7d245395c to 4339abbc91a4 (1 revision) ( #112860 )
2022-10-04 14:06:31 +00:00
engine-flutter-autoroll
cc2aedd17a
Roll Flutter Engine from ec1365a4af1d to 9ad7d245395c (1 revision) ( #112859 )
2022-10-04 12:34:26 +00:00
engine-flutter-autoroll
2a18d9dae0
Roll Flutter Engine from a523db3083ed to ec1365a4af1d (1 revision) ( #112845 )
2022-10-04 07:59:22 +00:00
engine-flutter-autoroll
b8784dd305
Roll Flutter Engine from b9e15923bf0c to a523db3083ed (1 revision) ( #112843 )
2022-10-04 05:19:24 +00:00
engine-flutter-autoroll
3028db7178
Roll Flutter Engine from 83c68740e3b7 to b9e15923bf0c (2 revisions) ( #112841 )
2022-10-04 04:11:24 +00:00
林军华
8e30cc9c56
Revert file naming convention of .aar files to support fuzzy matching in build.gradle ( #112149 )
2022-10-04 03:37:22 +00:00
Jenn Magder
35afe1bdac
Stop embedding bitcode for iOS in tool ( #112831 )
2022-10-04 01:41:23 +00:00
Jenn Magder
8c0aa6c66c
Turn off bitcode in existing iOS Xcode projects ( #112828 )
2022-10-04 01:15:24 +00:00