LongCatIsLooong
|
6656356bbf
|
EditableText does not request focus on autofill (#97846)
|
2022-02-10 20:30:17 -08:00 |
|
Justin McCandless
|
c42b36f6b4
|
Windows/Linux keyboard shortcuts at a wordwrap (#96323)
|
2022-02-10 19:45:16 -08:00 |
|
Justin McCandless
|
33a16f44aa
|
Shift tap on an unfocused field (#97543)
|
2022-02-10 16:05:19 -08:00 |
|
chunhtai
|
5f3bee55ad
|
Allow remove listener on disposed change notifier (#97988)
|
2022-02-09 11:10:13 -08:00 |
|
chunhtai
|
d522179be3
|
Unify Text selection API (#98073)
* Unify Text selection API
* fix test
* further simplify
* fix more tests
* styling change
|
2022-02-09 09:16:07 -08:00 |
|
wangying
|
499e900e39
|
Fix timer keeps active when resampling disabled in some cases (#97197)
|
2022-02-09 02:25:06 -08:00 |
|
Grant Slender
|
ae3f99c98a
|
implemented TapUp within InkResponse and InkWell (#93833)
* implemented TapUp within InkResponse and InkWell
* Update packages/flutter/lib/src/material/ink_well.dart
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
* Update packages/flutter/lib/src/material/ink_well.dart
Co-authored-by: Viren Khatri <werainkhatri.work@gmail.com>
* Update packages/flutter/lib/src/material/ink_well.dart
Co-authored-by: Viren Khatri <werainkhatri.work@gmail.com>
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
Co-authored-by: Viren Khatri <werainkhatri.work@gmail.com>
|
2022-02-09 10:48:35 +05:30 |
|
godofredoc
|
3bdea6bb92
|
Revert "[EditableText] honor the "brieflyShowPassword" system setting (#97769)" (#98089)
This reverts commit 63f48d1ff8dbecc6adbc8fd622e93a493dadbc26.
|
2022-02-08 20:11:08 -08:00 |
|
LongCatIsLooong
|
63f48d1ff8
|
[EditableText] honor the "brieflyShowPassword" system setting (#97769)
|
2022-02-08 17:50:20 -08:00 |
|
Jonah Williams
|
a7a3d8ba13
|
[framework] don't hit test for system nav bar or system chrome on desktop (#97883)
|
2022-02-07 22:55:09 -08:00 |
|
chunhtai
|
ac3189c341
|
Remove RenderEditable dependency from TextSelectionHandleOverlay (#97967)
|
2022-02-07 18:20:18 -08:00 |
|
Justin McCandless
|
fa98a5226f
|
Undo/redo (#96968)
|
2022-02-07 17:45:19 -08:00 |
|
Darren Austin
|
93a1b7a577
|
Material 3 Typography support. (#97829)
|
2022-02-07 17:00:22 -08:00 |
|
Viren Khatri
|
26d4e92750
|
removes Material (#96899)
|
2022-02-07 16:39:59 -08:00 |
|
Taha Tesser
|
a6504ead31
|
TabBar: add themeable mouse cursor (#96737)
|
2022-02-07 16:35:12 -08:00 |
|
Marcel Kirchhoff
|
36a8f0f2ae
|
RenderIndexedStack - Mark invisible children as offstage in debugDescribeProperties (#96639)
|
2022-02-07 16:15:19 -08:00 |
|
Daniel Cachapa
|
9d2a294496
|
Report progress on Dismissible update callback (#95504)
|
2022-02-05 12:30:04 -08:00 |
|
ColdPaleLight
|
1cb912e75c
|
Make the application lifecycle does not affect SchedulerBinding.scheduleForcedFrame. (#97468)
|
2022-02-04 17:45:19 -08:00 |
|
Justin McCandless
|
734c3c4f8d
|
Text editing shift + tap + drag interaction (#95213)
Supports the desktop text editing interaction of holding shift, tapping the field, and dragging to modify the selection.
|
2022-02-04 13:20:03 -08:00 |
|
Taha Tesser
|
58407234f5
|
Fix Local RadioTheme not being inherited by Radio Widget (#97713)
|
2022-02-03 20:40:13 -08:00 |
|
Taha Tesser
|
2e10b46b26
|
Fix Local CheckBoxTheme not being inherited by CheckBox Widget (#97715)
|
2022-02-03 15:00:17 -08:00 |
|
Ian Hickson
|
ab89ce285f
|
Clean up the bindings APIs. (#89451)
|
2022-02-03 14:55:15 -08:00 |
|
Taha Tesser
|
3bba8df83b
|
Fix Local SwitchTheme not being inherited by Switch Widget (#97705)
|
2022-02-03 13:45:20 -08:00 |
|
chunhtai
|
185bc093e0
|
Fix RouterObserver didPop is not called when reverseTransitionDuratio… (#97171)
|
2022-02-03 12:00:15 -08:00 |
|
Jason Simmons
|
93a1177770
|
Invalidate the TextPainter line metrics cache when redoing text layout (#97446)
|
2022-02-03 09:10:17 -08:00 |
|
Nayeem Hasan
|
6aed693c4c
|
Add splashBorderRadius to TabBar (#97204)
|
2022-02-03 07:40:15 -08:00 |
|
Andrei Diaconu
|
4a7e30f87d
|
Add DisplayFeatureSubScreen widget (#92907)
|
2022-02-02 15:20:20 -08:00 |
|
Kate Lovett
|
13f106b026
|
Allow Clip.none as a valid clipBehavior (#95593)
|
2022-02-02 15:32:05 -06:00 |
|
Marcel Kirchhoff
|
fdf8627c95
|
Fix VisualDensity's vertical lerp implementation (#96597)
Fixes #96591
|
2022-02-02 09:22:57 -08:00 |
|
Taha Tesser
|
7a4f5ebf4a
|
BottomNavigationBar: add themeable mouse cursor (#96736)
|
2022-02-01 16:17:39 -08:00 |
|
Jami Couch
|
af89a25e5b
|
Re-land "Support Scribble Handwriting" (#96615) (#97437)
|
2022-02-01 09:50:07 -08:00 |
|
chunhtai
|
3348a55035
|
fixes navigator to be able to handle route with duplicate page key in… (#97394)
|
2022-01-28 09:40:11 -08:00 |
|
Taha Tesser
|
cc2c902bcb
|
Fix tappable area for DropdownButtonFormField & add InkWell to DropdownButton (#95906)
|
2022-01-28 07:20:24 -08:00 |
|
Anurag Roy
|
4621dff892
|
Deprecate useDeleteButtonTooltip for Chips (#96174)
|
2022-01-27 22:20:13 -08:00 |
|
Kate Lovett
|
e854b8cc88
|
Update RawScrollbar to support the track (#97335)
|
2022-01-27 16:55:22 -08:00 |
|
Justin McCandless
|
40c4da5cb8
|
Revert "Re-land "Support Scribble Handwriting" (#96615) (#96881)" (#97405)
This reverts commit c54ce01575bf5002529e733143c948ba6ae301b7.
|
2022-01-27 16:11:02 -08:00 |
|
Jami Couch
|
c54ce01575
|
Re-land "Support Scribble Handwriting" (#96615) (#96881)
|
2022-01-27 15:10:21 -08:00 |
|
Jonas Martinez
|
31ca4db525
|
Flutter web add support for NetworkImage headers (#85954)
|
2022-01-26 15:00:13 -08:00 |
|
Amir Panahandeh
|
42a8122314
|
Mirror before scaling in _AnimatedIconPainter (#93312)
|
2022-01-26 13:50:12 -08:00 |
|
Jonah Williams
|
8c1d9d7627
|
[framework] make HitTestEntry generic (#97175)
|
2022-01-26 13:10:20 -08:00 |
|
Aliaksei Chorny
|
790ca116f9
|
Add splashRadius to PopupMenuButton (#91148)
|
2022-01-26 08:49:12 -08:00 |
|
Kate Lovett
|
94d9b02deb
|
Deprecate Scrollbar hoverThickness and showTrackOnHover (#97173)
|
2022-01-25 20:00:07 -08:00 |
|
Suhwan Cha
|
070a5a9b82
|
Use a more appropriate curve on ScrollsToTop (#96574)
|
2022-01-25 19:40:14 -08:00 |
|
chunhtai
|
a676593881
|
relax routerReportsNewRouteInformation function signature (#97154)
|
2022-01-24 18:40:15 -08:00 |
|
dani
|
a88888e448
|
add direction to CupertinoPickerDefaultSelectionOverlay (#92959)
|
2022-01-24 18:15:04 -08:00 |
|
Kate Lovett
|
6b6cea65e2
|
Revert "PageView scroll physics to match Android (#95423)" (#97150)
This reverts commit daef08253b94f5fd1e188e16fc0d9524d4f426d2.
|
2022-01-24 17:51:46 -06:00 |
|
LongCatIsLooong
|
6949525554
|
Show keyboard after text input connection restarts (#96541)
|
2022-01-24 15:35:12 -08:00 |
|
Kate Lovett
|
03da339ffe
|
Deprecate Scrollbar isAlwaysShown -> thumbVisibility (#96957)
|
2022-01-24 14:25:15 -08:00 |
|
Mateus Felipe C. C. Pinto
|
2f77111cf5
|
Export shadows to Icon API (#83638)
|
2022-01-24 13:40:15 -08:00 |
|
chunhtai
|
28ca7bd789
|
Allow current leader of layerlink to detach before the previous leade… (#96810)
|
2022-01-24 11:50:11 -08:00 |
|