23902 Commits

Author SHA1 Message Date
Abhishek Ghaskata
74d403a2d6
Change elevation to double of MergeableMaterial (#81634) 2021-05-03 09:24:02 -07:00
Ian Hickson
33b183e6c9
Fix extra blank lines in logger output (#81607) 2021-05-03 09:19:02 -07:00
Phil Quitslund
96e4b47f5d
sort directives (#81624) 2021-05-02 07:24:01 -07:00
Guilherme Henrique
741bb9d329
Update text_form_field.dart (#81043) 2021-05-01 21:29:03 -07:00
Ian Hickson
ec91c6582b
Update documentation for scrollUntilVisible and friends. (#81497) 2021-05-01 18:29:03 -07:00
Jonah Williams
2b8556b6ac
[flutter_tools] remove last android sdk mock (#81620) 2021-05-01 12:59:02 -07:00
Todd Volkert
a3bcaf226c
Allow widget inspector's _Location.file to be null (#81588)
Fixes https://github.com/flutter/flutter/issues/81587
2021-04-30 21:09:14 -07:00
Todd Volkert
0cc58fd046
Fix assert in RenderObject.getTransformTo() (#81590)
The assert was never hitting because it was first hitting a
null cast error in the `renderer.parent!` line in the for
loop.
2021-04-30 21:08:54 -07:00
Tong Mu
9956a35a5a
Hardware keyboard: codegen (#73440)
Rewrites tools/gen_keycodes, the script that generates key mappings across the framework and the engine.
2021-04-30 21:06:03 -07:00
Gary Roumanis
0cb0767bd7
Flutter Web Loading Indicator (#81581) 2021-04-30 21:04:02 -07:00
engine-flutter-autoroll
daaefc306b
a2ce3dab4 [tool] add all and dry-run flags to publish-plugin command (flutter/plugins#3776) (#81589) 2021-04-30 18:24:03 -07:00
engine-flutter-autoroll
2f6a52d6e0
Roll Engine from e7939e091e2c to 3e578c6e0d77 (29 revisions) (#81558) 2021-04-30 18:04:03 -07:00
Jonah Williams
2d711b8213
[flutter_tools] skip additional flaky test (#81555) 2021-04-30 17:59:03 -07:00
Michael Goderbauer
1edaec6c2c
Add additional logging when devtools cannot launch (#81554) 2021-04-30 17:54:02 -07:00
Jonah Williams
7912cbea38
[flutter_tools] remove mocks from cold test (#81550) 2021-04-30 17:44:03 -07:00
Jonah Williams
50ace38c32
[flutter_tools] make bundle-sksl-path a define (#81576) 2021-04-30 17:39:07 -07:00
Jonah Williams
d4e48a1537
[flutter_tools] remove mocks from android emulator tests (#81548) 2021-04-30 17:39:03 -07:00
Jonah Williams
3a0abac742
[flutter_tools] android workflow tests migrate from mockito (#81545) 2021-04-30 17:34:04 -07:00
Phil Quitslund
44157cf99d
re-enable directives_ordering (#81544) 2021-04-30 17:29:04 -07:00
Jonah Williams
3bc2378ad2
[flutter_tools] remove mocks from devfs web, cache, and xcode migrator test (#81475) 2021-04-30 17:24:04 -07:00
engine-flutter-autoroll
13c346c4a8
54aad0754 Re-add bin/ to flutter_plugin_tools (flutter/plugins#3839) (#81567) 2021-04-30 17:19:07 -07:00
Viren Khatri
b6d13a6122
Adding itemExtent to ReorderableList and ReorderableListView (#81372) 2021-04-30 17:19:04 -07:00
Tong Mu
d97f41caed
Revert "MouseRegion enter/exit event can be triggered with button pressed (#81148)" (#81557)
This reverts commit ace61f01efe3d4e53db1845627028d901e7af3e9.
2021-04-30 12:35:21 -07:00
Jonah Williams
ce9aee6606
[flutter_tools] remove mocks from xcode test (#81451) 2021-04-30 09:44:01 -07:00
Hans Muller
8c4538618f
Deprecate ThemeData accentColor, accentColorBright, accentIconTheme, accentTextTheme (#81336) 2021-04-30 08:24:31 -07:00
engine-flutter-autoroll
5db8f0ea30
Roll Plugins from 2d850906a1d0 to 580a6e7a43a7 (2 revisions) (#81543) 2021-04-30 08:09:02 -07:00
Tong Mu
3955ef0d02
Update view.dart (#81373) 2021-04-29 22:54:03 -07:00
Jonah Williams
001323a275
[flutter_tools] remove timeout from iOS device startup (#81229) 2021-04-29 22:49:02 -07:00
xubaolin
ace61f01ef
MouseRegion enter/exit event can be triggered with button pressed (#81148) 2021-04-29 22:44:03 -07:00
Jonah Williams
e3625706a8
[flutter_tools] remove mocks, globals from golden comparator and test runner tests | Reland
This reverts commit 027d4ecabaafbe373a2b27e7ca2b3b8be8868e9d.
2021-04-29 22:40:59 -07:00
Jonah Williams
8041a2e5d5
[flutter_tools] remove all mocks from plugins_test (#81485) 2021-04-29 22:40:44 -07:00
Hannes Winkler
82830fa1a0
[custom-devices] add screenshotting support (#80675) 2021-04-29 22:39:03 -07:00
Greg Spencer
7bff366b96
Convert snippets tool to null safety (#78646) 2021-04-29 22:34:04 -07:00
engine-flutter-autoroll
bd4f8c4b80
2d850906a Prep the tools for publishing (flutter/plugins#3836) (#81525) 2021-04-29 22:29:07 -07:00
Kate Lovett
ff15d04f21
Add support for pointer scrolling to trigger floats & snaps (#76145) 2021-04-29 22:29:03 -07:00
Michael Goderbauer
3cbfe82d9d
Rev DevTools to 2.1.1 for tests (#81515) 2021-04-29 16:47:42 -07:00
Michael Goderbauer
1b4f4482b7
Skip test that is not reliable on devicelab (#81509) 2021-04-29 14:55:33 -07:00
Michael Goderbauer
027d4ecaba
Revert "[flutter_tools] remove mocks, globals from golden comparator and test runner tests (#81423)" (#81487)
This reverts commit 8fe4cc79648a952f9c7e49a5248756c2ff98fa3b.
2021-04-29 10:56:57 -07:00
Jonah Williams
8fe4cc7964
[flutter_tools] remove mocks, globals from golden comparator and test runner tests (#81423) 2021-04-29 07:56:34 -07:00
Jason Simmons
93242d7548
Ignore the sort order of imports in generated_plugin_registrant.dart (#81437) 2021-04-28 19:19:05 -07:00
Jonah Williams
5ac54a6b89
[flutter_tools] remove mocks from simcontrol and context (#81433) 2021-04-28 19:14:02 -07:00
Jenn Magder
ba4177f6da
Find Android Studio installations with Spotlight query on macOS (#80475) 2021-04-28 19:09:03 -07:00
Ian Hickson
0021a08c4d
Always activate DevTools if it's not installed (#81242) 2021-04-28 17:14:02 -07:00
Darren Austin
8071576cc6
Update the docs for ProgressIndicator to remove some unnecessary adaptive descriptions. (#81427) 2021-04-28 15:55:14 -07:00
engine-flutter-autoroll
9ac08b4962
e7939e091 Pause dart microtasks while UI thread is processing frame workloads (flutter/engine#25789) (#81424) 2021-04-28 15:49:02 -07:00
engine-flutter-autoroll
deab34a2c5
351a601cd Roll Skia from ffeef16664ea to 27c4202f4bd6 (1 revision) (flutter/engine#25818) (#81418) 2021-04-28 14:44:01 -07:00
Alexandre Ardhuin
7f31861914
add missing trailing commas (#81406) 2021-04-28 22:54:49 +02:00
Jonah Williams
7c27db3dfe
[flutter_tools] remove mocks and globals from macOS tests (#81401) 2021-04-28 13:44:02 -07:00
Jenn Magder
cbf885b749
Replace MockAndroidDevice and MockIOSDevice with fakes (#81352) 2021-04-28 13:39:02 -07:00
Michael Goderbauer
41d0e1a95d
Add a fifth tool_integration_tests shard on Windows (#81400) 2021-04-28 13:38:20 -07:00