4804 Commits

Author SHA1 Message Date
Darren Austin
7903370baa
Fixed a problem with the first drag update on a reorderable list. (#82296) 2021-05-14 16:54:04 -07:00
Ian Hickson
2ae1e39810
Revert "Migrate to ChannelBuffers.push (#82057)" (#82525) 2021-05-14 12:09:03 -07:00
Abhishek Ghaskata
b554f893bd
Enable unnecessary_null_checks lint (#82084) 2021-05-14 10:44:03 -07:00
Justin Hutchins
f6747dfa10
Change cursor when hovering on DropdownButton (#80567) 2021-05-14 10:39:13 -07:00
xubaolin
ea09f4ecbc
update the DragStartBehavior documetations (#82327) 2021-05-14 00:09:02 -07:00
Ian Hickson
b86d5c0094
Migrate to ChannelBuffers.push (#82057) 2021-05-13 14:34:04 -07:00
Alexandre Ardhuin
157bc92d4a
end of sort_child_properties_last (#82457) 2021-05-13 13:39:04 -07:00
Chinmoy
25443fdac3
Sets textInputAction property of CupertinoSearchTextField to TextInputAction.search by default (#82441) 2021-05-13 13:34:03 -07:00
Abhishek Ghaskata
254c9f1755
Enable use_named_constants_lint (#82426) 2021-05-13 13:29:06 -07:00
Darren Austin
567267969d
Fixed a problem with the FAB position if a maximum width was set on the bottom sheet of a scaffold. (#82234) 2021-05-13 13:04:04 -07:00
Hans Muller
1363527248
Revert "chagne the elevation from int to double (#82340)" (#82446)
This reverts commit 13a72114b239238ce7f8317efdbd242dfd276925.
2021-05-13 09:41:44 -07:00
Hans Muller
686d78d4e7
Corrected OverflowBar layout when it is wider that its intrinsic width (#82380) 2021-05-13 09:33:01 -07:00
Alexandre Ardhuin
58ab556f41
first part of applying sort_child_properties_last (#82387) 2021-05-13 06:14:03 -07:00
YeungKC
64765d8672
done (#82286) 2021-05-13 06:09:06 -07:00
Abhishek Ghaskata
13a72114b2
chagne the elevation from int to double (#82340) 2021-05-12 13:26:40 -07:00
Alexandre Ardhuin
7d46d43635
use throwsXxx instead of throwsA(isA<Xxx>()) (#82328) 2021-05-12 09:59:02 -07:00
Alexandre Ardhuin
c03e7488b4
remove noop primitive operations (#82297) 2021-05-12 00:04:02 -07:00
Abhishek Ghaskata
38840b41a9
ExpansionPanelList elevation as double (#81813) 2021-05-11 16:59:03 -07:00
Kate Lovett
212e3f4e2e
More mouse tweaks (#82293) 2021-05-11 15:24:02 -07:00
Viren Khatri
0581c05c88
📝 Added tests for toString to increase coverage (#82235) 2021-05-11 14:44:02 -07:00
LongCatIsLooong
b970f40646
Let RenderEditable.delete directly delete from the controller text. (#82215) 2021-05-11 13:44:03 -07:00
Valentin Vignal
43d06c8ea7
Add draggable parameter to ReorderableDragStartListener (#81396) 2021-05-11 13:14:03 -07:00
Rick Krystianne Lim
aa81ac6008
Modify CupertinoSearchTextField's prefix icon. (#81100) 2021-05-11 13:09:03 -07:00
Greg Spencer
af3337b676
Add Enter and Tab back in to ios and macos key maps (#81865)
I noticed that tab traversal stopped working on iOS when #73440 was landed.

It seems to be that the control characters were excluded from the list of logical keys, and so they ended up being generated values.

This PR just adds "Enter" and "Tab" to the list for both macOS and iOS.
2021-05-11 10:23:11 -07:00
Alexandre Ardhuin
df3662b15e
use throwsA (#82238) 2021-05-11 10:19:01 -07:00
Michael Goderbauer
7b9a175557
Assert when duplicated keys are introduced in subsequent build (#81850) (#82201) 2021-05-11 09:41:02 -07:00
Viren Khatri
9ca32820ea
📝 Added toString tests for flutter/services/text_input.dart (#82223) 2021-05-10 23:49:04 -07:00
Shi-Hao Hong
a7af0b3170
Expose basicLocaleListResolution in widget library (#81898) 2021-05-10 17:34:03 -07:00
Sam Rawlins
df15829008
Remove "unnecessary" imports in packages/flutter (#81000) 2021-05-10 17:29:03 -07:00
Michael Goderbauer
b8a2456737
Enable library_private_types_in_public_api lint (#81578) 2021-05-10 16:26:16 -07:00
xubaolin
b878b11f0c
Expose the alignment property for DropdownButton and item (#81282) 2021-05-10 16:24:03 -07:00
Hans Muller
1d8ab0f0ff
Deprecated ThemeData buttonColor (#82196) 2021-05-10 16:18:09 -07:00
Chinmoy
efd3cc5ca7
Tweaked TabBar to provide uniform padding to all tabs in cases where only few tabs contain both icon and text (#80237) 2021-05-10 16:14:04 -07:00
Rick Krystianne Lim
457f513f37
Changing SnackBar's dismiss direction (#77514) 2021-05-10 16:09:03 -07:00
Kate Lovett
e74c15cac4
Deprecate GestureDetector.kind in favor of new supportedDevices (#81858) 2021-05-07 14:24:03 -07:00
Hans Muller
dbc8826816
Revert "Assert when duplicated keys are introduced in subsequent build (#81850)" (#82039)
This reverts commit 3ab799bbc934e5f6d032557cdcb1486ce6b93c4b.
2021-05-07 10:19:47 -07:00
Dan Field
c84528d9da
Implement ==/hashCode for ViewConfiguration, avoid unnecessary layer creation/replacement (#81928) 2021-05-07 07:09:02 -07:00
xubaolin
562b6f76b3
fix a MaterialApp NNBD issue (#81529) 2021-05-07 07:04:03 -07:00
Michael Goderbauer
3ab799bbc9
Assert when duplicated keys are introduced in subsequent build (#81850) 2021-05-06 19:49:02 -07:00
Todd Volkert
efc079657b
Allow reuse of NavigatorObserver in Navigator.observers (#81601) 2021-05-06 19:39:03 -07:00
Jason Simmons
d9014655ab
Deprecate AnimatedSize.vsync (#81067) 2021-05-06 16:24:04 -07:00
Ren You
7f1d1414cc
Revert "Migrate to ChannelBuffers.push (#81235)" (#81829)
This reverts commit 35ad43f20caa71ec051a97bc8bc8fec552fb4452.
2021-05-04 06:17:19 -07:00
Ian Hickson
35ad43f20c
Migrate to ChannelBuffers.push (#81235) 2021-05-03 17:14:03 -07:00
Jonah Williams
fff8ecfb94
[flutter] reject mouse drags by default in scrollables (#81569) 2021-05-03 16:54:02 -07:00
Hans Muller
89d26d8d87
Fixed some trivial formatting issues (#81699) 2021-05-03 13:11:22 -07:00
Chinmoy
9f898ffef7
Added arrowHeadColor property to PaginatedDataTable (#81393) 2021-05-03 12:31:48 -07:00
Viren Khatri
f9905fc43c
prototypeItem added to ReorderableList and ReorderableListView (#81604)
prototypeItem added to ReorderableList and ReorderableListView along with tests
2021-05-03 11:43:18 -07:00
Ludwik Trammer
336ae2de79
Add "onTap" callback to PopupMenuItem (#81686) 2021-05-03 10:06:53 -07:00
Guilherme Henrique
741bb9d329
Update text_form_field.dart (#81043) 2021-05-01 21:29:03 -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