Kate Lovett
f789acae41
Revert "Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight ( #80453 )" ( #80545 )
2021-04-15 17:14:02 -07:00
engine-flutter-autoroll
254e83af9d
0892a2d29 [sensors] format dart code based on the new dart formatter (flutter/plugins#3809) ( #80537 )
2021-04-15 17:04:04 -07:00
Jenn Magder
af1fa21b67
Migrate flutter_manifest to null safety ( #80392 )
2021-04-15 17:01:48 -07:00
Jenn Magder
16c73829a6
Migrate reporting library to null safety ( #80320 )
2021-04-15 17:01:34 -07:00
Viren Manojkumar Khatri
2bc7939a9c
Add disable argument in DropdownMenuItem ( #76968 )
...
Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
Adds a disable argument in DropdownMenuItem widget and added tests.
Design Doc: docs.google.com/document/d/13W6PupVZUt6TenoE3NaTP9OCYsKBIYg9YgdurKe1XKs
2021-04-15 14:48:55 -07:00
Jenn Magder
56c0002c47
Adopt FakeProcessManager.empty ( #80480 )
2021-04-15 14:19:02 -07:00
engine-flutter-autoroll
776ea021c6
Roll Engine from dcdc42b71549 to 0ee8f267df81 (2 revisions) ( #80511 )
2021-04-15 10:54:02 -07:00
Jonah Williams
5a5eb2d963
[flutter_tools] connect devtools deeplink URLs for web target platform / debug mode ( #80389 )
2021-04-15 10:52:09 -07:00
Michael Goderbauer
2a8dba4af6
Treat some exceptions as unhandled when a debugger is attached ( #78649 )
2021-04-15 10:49:02 -07:00
Tong Mu
eb73516739
Shortcut activator ( #78522 )
...
This PR introduced a new class, ShortcutActivator, and refactored the the definition and lookup system of shortcuts, in order to solve a few issues of the previous algorithm.
2021-04-15 01:42:49 -07:00
engine-flutter-autoroll
600e489313
dcdc42b71 Roll Clang Mac from RW7LSJ9ld... to UStSqd7xn... (flutter/engine#25593) ( #80474 )
2021-04-14 22:04:03 -07:00
xubaolin
97fd3ce932
fix a BackButtonListener bug ( #80355 )
2021-04-14 21:59:02 -07:00
Dan Field
e7b7ebc066
Shake widget inspector from non-debug builds ( #80157 )
2021-04-14 21:54:03 -07:00
engine-flutter-autoroll
b52eebb8d4
Roll Engine from 13d8565cf2e4 to 1a9cd85bc5dd (3 revisions) ( #80470 )
2021-04-14 17:04:02 -07:00
Hans Muller
cd4fe85bfa
Added support for AppBarTheme.toolbarHeight ( #80467 )
2021-04-14 17:01:08 -07:00
Hans Muller
2f1d034087
Updated the OutlinedButton class API doc ( #80454 )
2021-04-14 17:00:20 -07:00
Kate Lovett
a745fc5870
Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight ( #80453 )
2021-04-14 16:59:03 -07:00
Kaleb Hermes
1912f7dea2
[flutter_driver] Add waitForTappable to flutter_driver ( #79581 )
2021-04-14 16:54:02 -07:00
Greg Spencer
6b06943c32
Handle null primary focus when receiving key events ( #80302 )
...
This allows the key handling code in the shortcut manager to function when there is a null primaryFocus. The primary focus can be null only in some special circumstances (e.g. when an app hasn't set any focus at all), but that shouldn't cause a crash.
2021-04-14 16:52:27 -07:00
Jenn Magder
a0abf4109c
Add fourth tool integration subshard ( #80460 )
2021-04-14 16:51:16 -07:00
Jenn Magder
15c591a15f
Split out XcodeProjectInterpreter from xcode_build_settings ( #80399 )
2021-04-14 16:51:10 -07:00
Shi-Hao Hong
3eeadc28f3
[State Restoration] Restorable FormField and TextFormField ( #78835 )
...
* Restorable FormField and TextFormField
2021-04-15 07:49:57 +08:00
Romain Rastel
10d5ec875d
Improve the performances of ChangeNotifier ( #71947 )
2021-04-14 16:49:03 -07:00
Christopher Fujino
a219b86db8
skip roll_dev_integration_test ( #80464 )
2021-04-14 14:16:08 -07:00
engine-flutter-autoroll
421465765c
Roll Engine from dade70a05f6a to 13d8565cf2e4 (4 revisions) ( #80443 )
2021-04-14 13:54:02 -07:00
Casey Hillers
d55b8c0ada
[devicelab] Refresh documentation ( #80064 )
2021-04-14 13:49:02 -07:00
Core
d6fbfdb9cd
Include debug symbol in xcframework when building iOS-framework ( #80065 )
2021-04-14 13:48:39 -07:00
engine-flutter-autoroll
8920f7a5d5
Roll Engine from 04cd0db03201 to dade70a05f6a (5 revisions) ( #80398 )
2021-04-14 09:59:02 -07:00
engine-flutter-autoroll
3e9874e174
b548ae186 [google_sign_in] Fix "pick account" on iOS (flutter/plugins#3805) ( #80397 )
2021-04-14 09:54:02 -07:00
Hans Muller
2848126735
Re-land "Added MaterialState.scrolledUnder and support in AppBar.backgroundColor" ( #80395 )
2021-04-14 09:49:03 -07:00
Abhishek Ghaskata
d1d80aa883
Add timer picker link ( #80336 )
2021-04-14 09:44:02 -07:00
Shi-Hao Hong
884129d156
Autocomplete and RawAutocomplete initialValue parameter ( #80257 )
2021-04-14 09:39:04 -07:00
Pedro Massango
a4411b5565
Add onTap and autocorrect into CupertinoSearchTextField ( #79966 )
2021-04-14 09:34:05 -07:00
Christopher Casey
f0c9710493
Add --dart-define to build bundle ( #80333 )
2021-04-13 18:29:40 -07:00
Greg Spencer
36daea2d54
Reland "Remove a dynamic that is no longer necessary (and the TODO for it) ( #80294 )" ( #80373 )
2021-04-13 18:29:21 -07:00
Dan Field
d7da6190ff
roll packages ( #80307 )
2021-04-13 18:19:02 -07:00
engine-flutter-autoroll
b9f3dc5395
Roll Engine from 9b6c3d4174ef to 04cd0db03201 (25 revisions) ( #80390 )
2021-04-13 18:11:00 -07:00
engine-flutter-autoroll
4634a1d1cc
f34add38d [image_picker_platform_interface] Added pickMultiImage (flutter/plugins#3782) ( #80344 )
2021-04-13 18:10:41 -07:00
Jenn Magder
ddc1c296a1
Pull XCDevice out of xcode.dart ( #80324 )
2021-04-13 18:10:21 -07:00
Pedro Massango
65388ee2ee
Add TextOverflow into TextStyle ( #78927 )
2021-04-13 18:09:03 -07:00
Abhishek Ghaskata
dba71259d5
removed cirrus ( #78761 )
2021-04-13 22:10:04 +01:00
Dan Field
0b65330199
Add an option to specify the output for code size intermediate files ( #80310 )
2021-04-13 14:09:04 -07:00
Jonah Williams
b7214a9a43
[flutter_tools] fix null check in crash reporter ( #80382 )
2021-04-13 14:04:25 -07:00
Anurag Roy
ce3c3d2a21
[flutter_tools] Show upstream remote in flutter doctor -v
( #80101 )
2021-04-13 14:04:08 -07:00
xubaolin
257f511298
update SearchDelegate's leading and actions widgets can be null ( #80006 )
2021-04-13 13:59:03 -07:00
Michael Debertol
5140376ee3
Calculate the system overlay style based on the AppBar background color ( #75091 )
2021-04-13 13:54:04 -07:00
Jenn Magder
ed5b8febf2
Move gradle_non_android_plugin_test from its own test builders into tools integration.shard ( #80161 )
2021-04-13 13:53:50 -07:00
Jenn Magder
92dc007eeb
Mark Mac gradle_plugin_light_apk_test not flaky ( #80325 )
2021-04-13 13:53:35 -07:00
Jenn Magder
e11a1a83af
Remove mocks from fucshia_pm_test, reduce createMockProcess usage ( #80321 )
2021-04-13 13:53:18 -07:00
Jenn Magder
7e24faf0db
Mark linux_validate_ci_config not flaky ( #80315 )
2021-04-13 13:53:10 -07:00