10278 Commits

Author SHA1 Message Date
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
4f975cbe2f
[framework] inline casts on Element.widget getter to improve web performance (#97822) 2022-02-08 13:05:21 -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
J-P Nurmi
4b82d47b01
docs: adjust the flutter.material.RawMaterialButton.mouseCursor template (#88470) 2022-02-04 11:38:46 -08:00
Taha Tesser
bc6fd9e17d
fix PopupMenuButton example tag (#97763) 2022-02-04 08:52:33 -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
Harry Terkelsen
03f1d37935
Add a benchmark for a scrolling list of Links (#94638) 2022-02-03 14:38:58 -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
Kate Lovett
c045a0745b
Update SliverChildDelegate docs (#97674) 2022-02-02 18:35:17 -08:00
Kate Lovett
c57e67d844
Add docs about horizontal scrollbars (#97673) 2022-02-02 18:20:05 -08:00
Darren Austin
e82e94b28a
Updated the defaults to only use function overrides for computed values. (#97677) 2022-02-02 16:13:56 -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
Darren Austin
97124d7bf9
Updated gen_defaults to use new JSON output from the Material token database. (#97596) 2022-02-02 10:22:57 -08:00
Alberto
822a4d6705
chore: Updated AutofillContextAction documentation (#97245) 2022-02-02 10:05:20 -08:00
Marcel Kirchhoff
fdf8627c95
Fix VisualDensity's vertical lerp implementation (#96597)
Fixes #96591
2022-02-02 09:22:57 -08:00
Pierre-Louis
a22cf5d6b9
Update packages (#97592)
* update packages

* implement

* remove trailing spaces

* Revert "remove trailing spaces"

This reverts commit d3bffbef57d142a4a5d98dea4c3e9b6db856c9bb.

* Revert "implement"

This reverts commit 6b6172a827c84985c5fe09e676096878fba43306.
2022-02-02 09:16:05 +01: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
Callum Moffat
f70f0ae9bb
PointerDeviceKind and ui.PointerChange forwards-compatibility (#97350)
* PointerDeviceKind and ui.PointerChange forwards-compatibility

* Add link to trackpad gestures issue

* Add TODO
2022-01-31 18:28:12 -08:00
Viren Khatri
53771aba0c
improve docs for testing dart fix (#97493) 2022-01-30 11:45:14 -08:00
Pierre-Louis
6bd0b95728
[Icons] Prevent double underscores after replacement (#96904)
* Prevent double underscores after replacement

* add test

* remove trailing space
2022-01-30 13:16:32 +01:00
Taha Tesser
e5f9d5bd26
Update PopupMenuButton example (#96681) 2022-01-28 14:10:14 -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
Taha Tesser
fc71ec55ee
Add CupertinoTimerPicker Interactive Example (#93621) 2022-01-28 06:35:17 -08:00
Taha Tesser
120d25f786
RefreshIndicator: Add an interactive example (#97254) 2022-01-28 02:40:06 -08:00
Anurag Roy
4621dff892
Deprecate useDeleteButtonTooltip for Chips (#96174) 2022-01-27 22:20:13 -08:00