7889 Commits

Author SHA1 Message Date
Ian Hickson
c800b9c3e4
Revert "Clean up the bindings APIs (#83843)" (#86386)
This reverts commit e2490f2906060d0aaecbbe34a9240ca3d54ef998.
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
Viren Khatri
43ed3b6bed
Added rethrowError to FutureBuilder (#84308) 2021-07-13 12:11:05 -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
Hans Muller
caf21362f5
Additional ListTile API doc - Material widget dependency (#86355) 2021-07-13 09:31:39 -07:00
Kate Lovett
6e6bd3a1d4
Revert "Revert "Remove TextTheme deprecations (#83924)" (#86171)" (#86318) 2021-07-12 15:56:05 -07:00
Hans Muller
3eca034ffd
AppBar.backwardsCompatibility now default false, deprecated (#86198) 2021-07-12 13:38:12 -07:00
Payam Zahedi
b1e1dd68ae
borderRadius param updated in copyWith functions (#85822) 2021-07-12 10:31:02 -07:00
Greg Spencer
00d9f8df14
Add CallbackShortcuts widget (#86045) 2021-07-09 15:31:03 -07:00
Hans Muller
c51ee11748
Add a "troubleshooting" section to the AppBar API doc (#86188) 2021-07-09 12:35:01 -07:00
Jonah Williams
6d8c850ee7
[flutter] tab navigation does not notify the focus scope node (#86141) 2021-07-09 12:06:05 -07:00
Justin McCandless
a67ed94624
Dont reset the composing region when selection changes (#85799)
Fixes a bug on Android Gboard where the handle would disappear when dragged within a word.
2021-07-09 11:21:43 -07:00
Ren You
79a43be22a
Revert "Remove TextTheme deprecations (#83924)" (#86171)
This reverts commit 501474de994335e994c6a3314048f50b9abdfb01.
2021-07-09 08:06:42 -07:00
Dan Field
48ac40904a
Doc typo in layer.dart (#86033) 2021-07-08 23:48:14 -07:00
Ahmed Ashour
a666925a02
Add newline at end of file (#86008) 2021-07-08 15:01:10 -07:00
Mohammad Ghalayini
f26e54bd88
Wrap FilterChip inside a Material widget (#85825) 2021-07-08 15:01:08 -07:00
Kate Lovett
501474de99
Remove TextTheme deprecations (#83924) 2021-07-08 14:51:07 -07:00
Rick Krystianne Lim
7d707b06e8
Changing SnackBar's default vertical padding (#78133) 2021-07-08 14:46:09 -07:00
Maurice Parrish
e82a69a95e
Create flag to enable/disable FlutterView render surface conversion (#85648) 2021-07-08 10:36:06 -07:00
Alexandre Ardhuin
80990c21e2
code formatting (#85783) 2021-07-07 23:06:05 -07:00
Kate Lovett
e9736efb75
[Framework] Support for Android Fullscreen Modes (#81303) 2021-07-07 17:16:06 -07:00
Viren Khatri
de36e51155
pass style argument to super of IntProperty (#85414) 2021-07-07 14:51:02 -07:00
Dan Field
4d9a3753a4
Assert disposed layers are not reused (#85798) 2021-07-07 14:26:04 -07:00
Ahmed Ashour
210f6f8b3e
Fix EditableText when a controller listener changes values (#85956) 2021-07-06 14:01:03 -07:00
Ahmed Ashour
e1534725e4
Fix typo in comment (#85938) 2021-07-06 12:41:03 -07:00
Mohammad Ghalayini
6136e36ce5
Use additionalActiveTrackHeight when painting the radius of RoundedRectSliderTrackShape's active track (#85697) 2021-07-02 12:46:02 -07:00
Janice Collins
52e2ca38fc
squash (#85484) 2021-07-01 15:06:05 -07:00
YeungKC
944a16a73c
Migrate RenderEditable shortcuts from RawKeyboard listeners (#85381)
No more RawKeyboard listeners in RenderEditable, use Shortcuts instead.
2021-07-01 14:23:29 -07:00
Ahmed Ashour
a3dc90c4f5
Add space before curly parentheses. (#85306) 2021-07-01 13:51:05 -07:00
Hans Muller
525365db04
Revert "Added AppBar.textButtonTheme (#85585)" (#85714) 2021-07-01 11:51:04 -07:00
Renzo Olivares
7a73915115
Expose selectionHeightStyle and SelectionWidthStyle on SelectableText (#85640) 2021-07-01 09:01:05 -07:00
Rémi Doreau
18ccfe6386
Feat(cupertino): [date_picker] Date order parameter (#84599) 2021-06-30 20:26:03 -07:00
Justin McCandless
568ea46250
Add delta param to scaleupdate so it matches dragupdate (#85009) 2021-06-30 16:56:03 -07:00
Jim Graham
6472797510
add AnimatedScale and AnimatedRotation widgets (#83428) 2021-06-30 16:46:03 -07:00
Anas35
744892063a
Extend Toggle Button's fill color with MaterialState (#82026) 2021-06-30 14:36:03 -07:00
Hans Muller
fdeb480fd4
Added AppBar.textButtonTheme (#85585) 2021-06-30 11:32:13 -07:00
Dan Field
e36e62e9a6
Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567)
This reverts commit 2be0d57fa25423ffcba5a07d22ef9386a89dcf4c.
2021-06-30 09:46:54 -07:00
J-P Nurmi
0967a40fca
Add TextInputType.none (#83974) 2021-06-29 15:41:03 -07:00
Hans Muller
bc763a8c25
Removed PaginatedDataTable ButtonBar special case (#85547) 2021-06-29 14:16:02 -07:00
Janice Collins
cea5d552b2
Fix three additional cases (#85497) 2021-06-28 18:36:02 -07:00
Dan Field
b001671ffb
dispose the ShaderWarmUp picture/image (#85465) 2021-06-28 15:11:02 -07:00
Justin McCandless
540ff244a9
Shift + home/end on Mac (#85264) 2021-06-28 15:06:05 -07:00
Angjie Li
1c3989b836
Revert "[new feature]introduce ScrollMetricsNotification (#85221)" (#85466) 2021-06-28 13:26:04 -07:00
Janice Collins
b046218413
Update flutter doc references to conform to new lookup code restrictions (#85412) 2021-06-28 13:11:03 -07:00
Hans Muller
e7705f2086
Replace uses of ButtonBar in doc/samples with Overflowbar (#85358) 2021-06-28 13:06:03 -07:00
Ren You
2be0d57fa2
Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)
This reverts commit 9846fa5145f60d55a80b10e6adee7d174a884188.
2021-06-28 09:55:31 -07:00
Justin McCandless
d586873275
Select All via Shortcuts (#85081)
Control + A to select all text is now overridable.
2021-06-28 08:41:59 -07:00
Dan Field
9846fa5145
Audit hashCode overrides outside of packages/flutter (#85370) 2021-06-26 17:36:04 -07:00
Greg Spencer
177dbc9484
Make _kDebugFocus into a global that can be set (debugFocusChanges) (#85343)
This removes the _kDebugFocus private global and replaces it with a global debugFocusChanges
2021-06-25 15:28:37 -07:00
xubaolin
17db4e207c
[new feature]introduce ScrollMetricsNotification (#85221) 2021-06-25 14:06:03 -07:00