Commit graph

25020 commits

Author SHA1 Message Date
Casey Hillers d2094a5dbc
[ci.yaml] Nest tags under properties (#86364) 2021-07-13 16:51:05 -07:00
Hans Muller 7d52c2c4a2
Added AppBarTheme shape property (#86372) 2021-07-13 16:50:07 -07:00
Jonah Williams 2900347afe
[flutter] prevent errant text field clicks from losing focus (#86041) 2021-07-13 16:46:04 -07:00
Darren Austin f6e5227b28
Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
Darren Austin 0c81077582
Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
Ian Hickson c800b9c3e4
Revert "Clean up the bindings APIs (#83843)" (#86386)
This reverts commit e2490f2906.
2021-07-13 15:47:40 -07:00
Ian Hickson e2490f2906
Clean up the bindings APIs (#83843) 2021-07-13 12:41:03 -07:00
engine-flutter-autoroll fb0df05c46
Roll Engine from 07d04041d58e to c74f25f4cb0a (8 revisions) (#86366) 2021-07-13 12:21:02 -07:00
Darren Austin ef5ffd08f6
Migrate devicelab framework code to null safety. (#86325)
(Attempt to reland #85993)
2021-07-13 12:14:50 -07:00
Viren Khatri 43ed3b6bed
Added rethrowError to FutureBuilder (#84308) 2021-07-13 12:11:05 -07:00
dependabot[bot] d2057d50c4
Bump addressable from 2.7.0 to 2.8.0 in /dev/ci/mac (#86329) 2021-07-13 11:01:03 -07:00
engine-flutter-autoroll 78eb169262
ce371a6e7 [webview_flutter] Fix broken keyboard issue link (flutter/plugins#3266) (#86358) 2021-07-13 10:46:03 -07:00
Jonah Williams 63a4013160
Revert "[flutter_tools] let the logger know about machine mode (#86116)" (#86363)
This reverts commit 53d8cba3ec.
2021-07-13 10:39:35 -07:00
Kristóf Horváth 28b4b84f37
Fix documentation of equality functions. (#84847)
The first line of the documentation of equality functions listEquals, mapEquals, and setEquals claimed that they are deep equality functions. A later paragraph explained that they check for deep equality only if the elements, which are collections, implement the equality operator to do so. That is almost never the case.

The first line of the documentation was changed to element-by-element equality, and a reference was added to the DeepCollectionEquality class.
2021-07-13 10:24:06 -07:00
engine-flutter-autoroll aae019e1c3
Roll Engine from 0bf8bfdf1796 to 07d04041d58e (3 revisions) (#86356) 2021-07-13 10:11:04 -07:00
Kate Lovett b730ba1a3e
Dart Fixes for clipBehavior breaks (#86323) 2021-07-13 10:06:04 -07:00
Hans Muller caf21362f5
Additional ListTile API doc - Material widget dependency (#86355) 2021-07-13 09:31:39 -07:00
engine-flutter-autoroll 1bf84b7cba
Roll Engine from a984a833baaf to 0bf8bfdf1796 (5 revisions) (#86350) 2021-07-13 08:46:04 -07:00
engine-flutter-autoroll 81a85b8939
d68f26313 [flutter_plugin_tools] Support format on Windows (flutter/plugins#4150) (#86327) 2021-07-12 19:01:02 -07:00
engine-flutter-autoroll abbed87d65
Roll Engine from 5a3945cdcbcd to a984a833baaf (2 revisions) (#86322) 2021-07-12 16:26:04 -07:00
Kate Lovett 6e6bd3a1d4
Revert "Revert "Remove TextTheme deprecations (#83924)" (#86171)" (#86318) 2021-07-12 15:56:05 -07:00
engine-flutter-autoroll e22f020ffa
Roll Engine from 26b430373207 to 5a3945cdcbcd (6 revisions) (#86319) 2021-07-12 15:21:04 -07:00
Ian Hickson d3c17acf9d
Run "pub global activate devtools" before overall_experience_test (#85812) 2021-07-12 14:36:05 -07:00
Hans Muller 3eca034ffd
AppBar.backwardsCompatibility now default false, deprecated (#86198) 2021-07-12 13:38:12 -07:00
michaellee8 6a51e0c237
[flutter_tools] Add support for launching fuchsia app using session_control (#85752) 2021-07-12 13:26:05 -07:00
engine-flutter-autoroll d3c3b891c9
Roll Engine from 7851449b4d33 to 26b430373207 (2 revisions) (#86301) 2021-07-12 11:56:02 -07:00
Jonah Williams 53d8cba3ec
[flutter_tools] let the logger know about machine mode (#86116) 2021-07-12 10:41:03 -07:00
Payam Zahedi b1e1dd68ae
borderRadius param updated in copyWith functions (#85822) 2021-07-12 10:31:02 -07:00
Jonah Williams 7a0b4669fc
[flutter_tools] switch web integration tests to use html (#85325) 2021-07-12 09:01:04 -07:00
engine-flutter-autoroll d6a844360a
7851449b4 Roll Fuchsia Mac SDK from gySDhb-Ea... to DM-zc7Snb... (flutter/engine#27322) (#86277) 2021-07-12 02:06:04 -07:00
engine-flutter-autoroll 480ada5bc9
Roll Engine from ed25e8f01efe to 0e2b9bebfb8d (2 revisions) (#86273) 2021-07-12 01:01:19 -07:00
Darren Austin 08ef7752d5
Revert "Migrate core devicelab framework to null safety. (#85993)" (#86269)
This reverts commit 2175e64e4f.
2021-07-11 23:25:25 -07:00
Darren Austin 28cb43e601
Revert "Migrate core devicelab tasks a-f null safety. (#85996)" (#86268)
This reverts commit 9d3563a8ea.
2021-07-11 23:17:00 -07:00
Zachary Anderson 83835436cb
Revert "Migrate core devicelab tasks f-i null safety. (#85997)" (#86267)
This reverts commit d4afa28957.
2021-07-11 22:36:43 -07:00
Darren Austin d4afa28957
Migrate core devicelab tasks f-i null safety. (#85997) 2021-07-11 21:30:41 -07:00
Darren Austin 9d3563a8ea
Migrate core devicelab tasks a-f null safety. (#85996) 2021-07-11 20:32:38 -07:00
Darren Austin 2175e64e4f
Migrate core devicelab framework to null safety. (#85993)
Migrate core devicelab framework to null safety.
2021-07-11 18:36:30 -07:00
engine-flutter-autoroll cc00e7e6bc
Roll Engine from 06b7d1f8c6c3 to ed25e8f01efe (2 revisions) (#86256) 2021-07-11 15:21:02 -07:00
engine-flutter-autoroll a268b011f3
06b7d1f8c Roll Fuchsia Linux SDK from C6i1FgtOK... to FV0wVt4TU... (flutter/engine#27310) (#86242) 2021-07-11 00:56:04 -07:00
engine-flutter-autoroll 9f58bbfaf2
Roll Engine from 5f445d7c0811 to 8bb2641d37d4 (2 revisions) (#86241) 2021-07-10 23:51:03 -07:00
engine-flutter-autoroll 203be37cf2
5f445d7c0 Roll Dart SDK from 812bf07cf737 to 40695d910591 (1 revision) (flutter/engine#27306) (#86239) 2021-07-10 16:51:02 -07:00
engine-flutter-autoroll dae53e70d1
c341a03bf Roll Fuchsia Mac SDK from MkrnXce9t... to MKuIBsUt-... (flutter/engine#27305) (#86233) 2021-07-10 10:46:02 -07:00
engine-flutter-autoroll 0f1ffa977c
8e6868972 Roll Fuchsia Linux SDK from 7q7h2ljWo... to C6i1FgtOK... (flutter/engine#27304) (#86224) 2021-07-10 05:36:03 -07:00
engine-flutter-autoroll 75fb1bd6c2
ac9142c96 encode DPR for shadows into DisplayList (flutter/engine#27289) (#86220) 2021-07-10 02:36:04 -07:00
engine-flutter-autoroll 54a0066b58
0a892d9ec Roll Dart SDK from ab8bac9fd542 to 812bf07cf737 (1 revision) (flutter/engine#27300) (#86215) 2021-07-10 00:56:02 -07:00
engine-flutter-autoroll 33517505b5
36271dc62 Roll Dart SDK from 83a559e0a9bd to ab8bac9fd542 (1 revision) (flutter/engine#27298) (#86212) 2021-07-09 20:46:03 -07:00
engine-flutter-autoroll e7a4a8d39a
1199f131d [flutter_plugin_tools] Make unit tests pass on Windows (flutter/plugins#4149) (#86210) 2021-07-09 18:21:05 -07:00
engine-flutter-autoroll 04cd1ce4b7
Roll Engine from 7482c6864a19 to 3ee0740f9a57 (2 revisions) (#86208) 2021-07-09 17:46:03 -07:00
engine-flutter-autoroll 141ca1e4ca
731b93d52 [image_picker_for_web] Migrate image_picker to package:cross_file (flutter/plugins#4083) (#86207) 2021-07-09 17:16:02 -07:00
engine-flutter-autoroll 076c92747f
Roll Engine from fbb5e1383031 to 7482c6864a19 (5 revisions) (#86205) 2021-07-09 16:41:04 -07:00