YeungKC
e623d93d2b
Fix dropdown menu overscroll ( #73654 )
2021-01-25 10:49:04 -08:00
Chinmoy
76d411433f
Added padding property to NavigationRail items ( #69404 )
2021-01-25 10:44:05 -08:00
Kenzie Schmoll
c89d649847
Add connectedVmServiceUri service extension and set from flutter_tools ( #74534 )
...
* Add connectedVmServiceUri service extension and set from flutter_tools
2021-01-25 10:40:14 -08:00
Zachary Anderson
2007186d2e
Reland: Handle more cases where the tool receives RPCError 112 ( #74602 )
...
* Reland: Handle more cases where the tool receives RPCError 112
* Add null-aware access
2021-01-24 12:54:00 -08:00
Zachary Anderson
6be4d1c8bf
Revert "Handle more cases where the tool receives RPCError 112 ( #74574 )" ( #74601 )
...
This reverts commit c87f15fe09 .
2021-01-24 09:52:27 -08:00
Zachary Anderson
c87f15fe09
Handle more cases where the tool receives RPCError 112 ( #74574 )
2021-01-23 23:11:15 -08:00
Darren Austin
8529e5a05c
New Reorderable list widgets ( #74299 )
...
Introduced new widget/ReorderableList and widget/SliverReorderableList widgets.
2021-01-22 21:44:13 -08:00
Jonah Williams
c2cd4ef35c
[flutter_tools] ensure unstable compiler features are not available on stable ( #74526 )
2021-01-22 18:11:59 -08:00
Jonah Williams
fa0880c309
[flutter_tools] test toggle debugPaintsize ( #74464 )
2021-01-22 18:11:37 -08:00
Justin McCandless
f3947ea0cd
Autocomplete (Material) ( #73753 )
...
* Material Autocomplete widget
2021-01-23 10:02:30 +08:00
Justin McCandless
d9a69e3b72
Desktop keys: up/down + line modifier ( #74425 )
...
up/down arrows + cmd (optionally + shift) works on desktop to jump selection to beginning/end of field
2021-01-22 17:56:18 -08:00
Ben Konyi
35b9288e13
Handle RPCError when VM service disappears while invoking VmService.getIsolate ( #74528 )
...
* Handle RPCError when VM service disappears while invoking `VmService.getIsolate`
* Add test
2021-01-22 17:21:39 -08:00
Mouad Debbar
e204eb2fca
Space and arrow keys in a text field shouldn't scroll ( #74454 )
2021-01-22 16:39:04 -08:00
Paul Berry
177fd261bb
Remove workaround now that type promotion accounts for local boolean variables. ( #74449 )
2021-01-22 16:34:06 -08:00
Kenzie Schmoll
0b3162bd9c
Create custom DiagnosticsNode type for DevTools deep links. ( #74455 )
...
* Create custom DiagnosticsNode type for DevTools deep links.
2021-01-22 16:29:42 -08:00
Kate Lovett
74e5182147
Remove span deprecations ( #73747 )
2021-01-22 16:29:02 -08:00
Kate Lovett
5af0429fa5
Remove API ( #73746 )
2021-01-22 16:24:04 -08:00
Dan Field
1b373f45b7
Remove unused bigquery code and deps ( #74532 )
2021-01-22 16:21:01 -08:00
Shi-Hao Hong
5801f0e5fe
Expose DialogRoutes for state restoration support ( #73829 )
2021-01-22 16:20:44 -08:00
Shi-Hao Hong
3f37d86fff
Document TableRowInkWell and DataTable interactions better ( #73018 )
2021-01-22 16:19:06 -08:00
Jonah Williams
e599cdd414
[flutter_tools] fix web messaging ( #74513 )
2021-01-22 11:07:08 -08:00
Jonah Williams
1d3f697160
[flutter_tools] flag flip ( #74444 )
2021-01-22 09:29:57 -08:00
Zain Ur Rehman
46b0797b58
Expose AnimationController property to showBottomSheet/showModalBottomSheet ( #72541 )
...
* Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541 )
ong <shihaohong@google.com >
Co-authored-by: Kate Lovett <katelovett@google.com >
Co-authored-by: Shi-Hao Hong <shihaohong@google.com >
2021-01-22 17:48:49 +08:00
Jonah Williams
32db0fe791
[flutter_tools] provide correct sources and metadata for different base hrefs ( #74452 )
2021-01-21 23:04:03 -08:00
Ben Konyi
08068fd94c
Handle service disappeared RPCError when VM service connection disappears ( #74424 )
...
* Handle service disappeared RPCError when VM service connection
disappears while invoking a service extension registered by the
framework
* Add unit test, handle non-trivial cases
2021-01-21 22:51:03 -08:00
xubaolin
5b1a771269
MaterialBanner alignment fixes and improvements ( #74309 )
2021-01-21 18:44:03 -08:00
Kate Lovett
eb9bac6489
ScaffoldMessenger only shows to root nested Scaffold ( #74093 )
2021-01-21 17:34:05 -08:00
xubaolin
4bdea117a4
fix a tap gesture exception ( #73846 )
2021-01-21 17:29:04 -08:00
Romain Rastel
0a668b9804
Add details to the iOS part integration_test ( #74428 )
2021-01-21 17:26:07 -08:00
Kate Lovett
550a85dabd
Remove deprecated Element methods ( #72903 )
2021-01-21 17:24:05 -08:00
Zain Ur Rehman
45cf27923a
[showModalBottomSheet] fix: showModalBottomSheet does not move along keyboard ( #71636 )
2021-01-21 17:19:04 -08:00
Jonah Williams
cecb7f3b58
Revert "Update PopupMenuButton to match Material Design spec ( #70160 )" ( #74439 )
...
This reverts commit 79d0358ece .
2021-01-21 12:51:53 -08:00
Kenzie Schmoll
75dc45aba3
Fix bugs with ext.flutter.activeDevToolsServerAddress ( #74423 )
2021-01-21 11:51:02 -08:00
Pierre-Louis
fe87bc69b6
Add material icons golden test ( #74131 )
...
* Create icons golden test
* Update icons_test.dart
* Update icons_test.dart
* Update icons_test.dart
* change test name
* Add ability to load material icon font for golden tests
* formatting
* Skip test for browser
* Add end of file newline
* Rewrite with different method
* Add skip for browser
2021-01-21 17:31:35 +01:00
Kenzie Schmoll
b45088c0cf
Print DevTools inspector links in RenderFlex Overflow errors ( #74251 )
2021-01-21 02:59:04 -08:00
stuartmorgan
5aa6cba31d
Adjust desktop feature flag ( #74348 )
...
Prep to make https://github.com/flutter/flutter/issues/73857 easier in the future.
2021-01-20 19:22:08 -08:00
Justin McCandless
a8471a61f8
Material Desktop Context Menu ( #74286 )
...
Very simple right-click context menu for Windows and Linux in a Material-esque style.
2021-01-20 16:29:01 -08:00
Kate Lovett
aed4518569
Remove deprecated WaitUntil[NoTransientCallbacks, NoPendingFrame, FirstFrameRasterized] methods from flutter_driver ( #73754 )
2021-01-20 16:19:03 -08:00
Kate Lovett
97481e125a
Remove deprecated Layer.findAll ( #73749 )
2021-01-20 15:44:02 -08:00
Muskan Jain
d57512ce08
AdoptAWidget: ColorFiltered ( #71093 )
2021-01-20 15:34:03 -08:00
Jonah Williams
851ff68788
[flutter_tools] throwToolExit from archive failure ( #74259 )
2021-01-20 15:17:58 -08:00
Ian Hickson
80142d4560
Update the alt text to match recommendations in https://html.spec.whatwg.org/multipage/images.html#alt ( #74089 )
2021-01-20 15:14:03 -08:00
Jenn Magder
57d695a5df
Skip flutter_immediately_exit_test ( #74359 )
2021-01-20 15:07:37 -08:00
LongCatIsLooong
a4b27cbf63
Update CupertinoSlidingSegmentedControl ( #73772 )
2021-01-20 14:54:03 -08:00
LongCatIsLooong
e21344faa5
minor streetAddressLine2 documentation update ( #73370 )
2021-01-20 14:49:03 -08:00
LongCatIsLooong
61299b1621
Revert "[text_input] prepare for custom text input sources ( #72803 )" ( #74349 )
2021-01-20 13:54:06 -08:00
Michael Goderbauer
def31b42b1
Improve DebugCreator docs ( #74341 )
2021-01-20 13:42:21 -08:00
stuartmorgan
48b3e8bf3a
Don't use iOS font names for the macOS theme ( #74342 )
...
macOS was sharing the iOS font theme, but the names of the underlying
fonts differ between the two platforms, so this was actually using the
fallback font from the engine. Instead of using the underlying font
names on macOS, which is no longer allowed by CoreText, use the
meta-font returned by systemFontOfSize:
This has been verified on 10.15; older versions of macOS may need
different font names as the handling of these fonts have changed over
time. Fixing older versions as necessary will be handled in a follow-up.
See https://github.com/flutter/flutter/issues/57805
2021-01-20 13:21:07 -08:00
Justin McCandless
24e195d918
Mac context menu ( #73882 )
...
A very minimal right-click menu for Mac desktop.
2021-01-20 13:18:25 -08:00
Hans Muller
c66596e595
Removed uses of AppBarTheme.color in packages/flutter ( #74273 )
2021-01-20 12:19:18 -08:00