Hattomo (TomohiroHattori)
08a70e7ac8
Enable avoid_escaping_inner_quotes lint ( #81153 )
2021-05-19 09:54:02 -07:00
chunhtai
15b8722664
Revert "Fix wrap compute max intrinsic width/height with spacing (#82t609)" ( #82872 )
...
This reverts commit 468471bfc1ce61e9ab0120e1dfc6bc7b384b7448.
2021-05-18 21:58:16 -07:00
Sam Rawlins
8ae3952a40
Remove "unnecessary" imports. ( #82828 )
2021-05-18 20:44:03 -07:00
Tong Mu
4c1709642a
Drag gesture recognizer accepts all pointers when any pointer is accepted ( #82786 )
2021-05-18 20:39:05 -07:00
Todd Volkert
3b19dfd4da
Fix addAllowedPointer() overrides ( #82834 )
...
They should have been taking a PointerDownEvent.
This change was originally included in #81884 , but that
had to be reverted because it broke Google testss. This
sub-part of that larger change needs to be made first in
order to allow for a phased rollout in a way that won't
break Google tests.
https://github.com/flutter/flutter/issues/81883
2021-05-18 20:28:06 -07:00
Tong Mu
01c98fa95e
Character activator ( #81807 )
2021-05-18 20:19:03 -07:00
Jenn Magder
d7e49e559b
Run update packages, pick up file 6.1.1 ( #82770 )
2021-05-18 13:09:03 -07:00
Todd Volkert
3fc408200e
Revert "Gesture recognizer cleanup ( #81884 )" ( #82831 )
...
This reverts commit e88a387b26b097d8516c92babe1287edede79206.
2021-05-18 09:50:24 -07:00
Abhishek Ghaskata
b353f15eed
Add CupertinoScrollbar api docs ( #78284 )
2021-05-18 09:14:02 -07:00
YeungKC
468471bfc1
Fix wrap compute max intrinsic width/height with spacing ( #82609 )
2021-05-18 01:54:02 -07:00
Michael Goderbauer
d27a942730
Do not crash if table children are replaced before they are layed out ( #82765 )
2021-05-18 00:24:03 -07:00
xubaolin
bac5a0db3b
fix scrollable widget scrollDirection update bug ( #82025 )
2021-05-17 19:19:03 -07:00
Todd Volkert
e88a387b26
Gesture recognizer cleanup ( #81884 )
...
* Gesture recognizer cleanup
1) Make OneSequenceGestureRecognizer.addAllowedPointer()
call startTrackingPointer(), and change subclasses to
call super.addAllowedPointer() in place of manually
calling startTrackingPointer().
2) Fix addAllowedPointer overrides to take PointerDownEvent
where some were taking PointerEvent.
3) Add API documentation to OneSequenceGestureRecognizer
4) Make the following fields in OneSequenceGestureRecognizer
private with public getters instead of publicly writable:
`state`, `primaryPointer`, and `initialPosition`.
5) Clean up gesture recognizer state in
OneSequenceGestureRecognizer.didStopTrackingLastPointer.
Fixes #81883
2021-05-17 16:53:49 -07:00
Zachary Anderson
94f9a2808c
Revert "Added AxisOrientation property to Scrollbar ( #75497 )" ( #82753 )
...
This reverts commit 4a720313d8a1624345312a94cc539e11d6471de2.
2021-05-17 14:54:47 -07:00
Chinmoy
4a720313d8
Added AxisOrientation property to Scrollbar ( #75497 )
2021-05-17 14:09:04 -07:00
Martin Anderson
668e9f6abc
Added TabBar padding property ( #75460 )
2021-05-17 13:49:02 -07:00
Swayam Gupta
dae8939480
Improved AssetImage Docs ( #78173 )
2021-05-17 09:59:03 -07:00
Darren Austin
7903370baa
Fixed a problem with the first drag update on a reorderable list. ( #82296 )
2021-05-14 16:54:04 -07:00
Sam Rawlins
496acdf550
Remove "unnecessary" imports. ( #82508 )
2021-05-14 12:59:02 -07:00
Ian Hickson
2ae1e39810
Revert "Migrate to ChannelBuffers.push ( #82057 )" ( #82525 )
2021-05-14 12:09:03 -07:00
Abhishek Ghaskata
18489fdd49
Added Alignment docs for FractionallySizedBox ( #82539 )
2021-05-14 11:44:02 -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
Abhishek Ghaskata
159bb94bea
update the backwardsCompatibility to docs ( #82344 )
2021-05-13 22:49:04 -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
Ian Hickson
6cb91b1c7e
Be more consistent about how we mark classes that can't be extended. ( #81632 )
2021-05-13 13:09:05 -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
Michael Goderbauer
adb3f13819
Enable vm:notify-debugger-on-exception on handlePlatformMessage ( #81987 )
2021-05-13 11:54:04 -07:00
Kenzie Schmoll
766b4509c6
Add 'v' hotkey to open DevTools in the browser ( #82227 )
...
* Add 'v' hotkey to open DevTools in the browser
2021-05-13 09:54:10 -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
Jan Mewes
b1c1bdbfba
Fix typos ( #82319 )
2021-05-12 17:34:02 -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
Chris Bracken
29767d0514
Roll Engine to 44ba0c7c4bfd (5 revisions) ( #82310 )
...
flutter/engine@3c93ad4...44ba0c7
2021-05-11 chris@bracken.jp Formatting cleanup for CONTRIBUTING.md
(flutter/engine#26080 )
2021-05-11 chris@bracken.jp Add uwptool.exe (flutter/engine#26038 )
2021-05-11 bkonyi@google.com Manual SDK roll for DevTools SDK
integration (flutter/engine#26075 )
2021-05-11 skia-flutter-autoroll@skia.org Roll Skia from 96bc12d19b9e to
7c328b4b42c5 (5 revisions) (flutter/engine#26071 )
2021-05-11 iska.kaushik@gmail.com Unique frame number for each frame
(flutter/engine#26021 )
In https://github.com/flutter/engine/pull/26075 we rolled the Dart SDK
to the engine. This included updates to parameter names to Iterable.map
and Iterable.expand which triggers lints about renaming method
parameters in CachingIterable.map and CachingIterable.expand.
2021-05-11 19:24:06 -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