2209 Commits

Author SHA1 Message Date
Ian Hickson
5ddc00cc03
Use EnumName.name where possible. (#94496) 2021-12-03 16:39:04 -08:00
chunhtai
b4023c3439
Reland "Fixes zero route transition duration crash" (#94575)
* Reland "Fixes zero route transition duration crash (#90461)"

This reverts commit 403c1de573f38104ba7e26623884081973435c88.

* Fix paged base route pop before push finishes crashes
2021-12-03 14:50:08 -08:00
Michael Goderbauer
f4a44a9d68
Reland "Mixin for slotted RenderObjectWidgets and RenderBox (#94077)" (#94632) 2021-12-03 14:39:02 -08:00
Justin McCandless
e9553cd5df
SelectableText keep alive only when it has selection (#94493)
SelectableText defers to EditableText for wantKeepAlive, plus improved docs.
2021-12-03 13:33:55 -08:00
Michael Goderbauer
885a1482f8
Revert "Mixin for slotted RenderObjectWidgets and RenderBox (#94077)" (#94620)
This reverts commit 988959dad9b6f07086d5a0903b1fb17ce3d00188.
2021-12-03 10:39:11 -08:00
Michael Goderbauer
988959dad9
Mixin for slotted RenderObjectWidgets and RenderBox (#94077) 2021-12-03 09:29:06 -08:00
chunhtai
403c1de573
Revert "Fixes zero route transition duration crash (#90461)" (#94564)
This reverts commit 0eeb026e58c270a3e46bf98913dbcdd26adb5e75.
2021-12-02 10:02:49 -08:00
chunhtai
0eeb026e58
Fixes zero route transition duration crash (#90461) 2021-12-01 12:19:05 -08:00
Taha Tesser
b5e1ebd733
Revert "Add splashRadius property to IconTheme (#93478)" (#94482) 2021-12-01 12:09:05 -08:00
Taha Tesser
ed8468b9f0
Add splashRadius property to IconTheme (#93478) 2021-12-01 09:54:04 -08:00
Ian Hickson
eb00598bec
Use FlutterError.reportError instead of debugPrint for l10n warning (#93076) 2021-11-30 17:24:05 -08:00
LongCatIsLooong
82735b8904
Revert "Fix scroll offset when caret larger than viewport (#93248)" (#94386)
This reverts commit 1e255b137b1603dac629d63f6b22d2bc97853111.
2021-11-29 17:29:34 -08:00
LongCatIsLooong
23c20d702b
[TextInput] send setEditingState before show to the text input plugin when switching input clients (#92945) 2021-11-23 15:13:08 -08:00
Justin McCandless
a1115b8b3f
Windows home/end shortcuts (#90840)
Support for Windows home/end keyboard shortcuts
2021-11-23 14:49:13 -08:00
Tomasz Gucio
1e255b137b
Fix scroll offset when caret larger than viewport (#93248)
Fixing a calculation when jumping to an offset with a large caret as compared to the viewport.
2021-11-22 13:24:10 -08:00
Greg Spencer
c8d876c5f0
Fix CallbackShortcuts to only call shortcuts when triggered (#93693) 2021-11-16 18:38:05 -08:00
Kate Lovett
c7572150fa
Skip the right web golden file test (#93740) 2021-11-16 16:20:15 -06:00
Kate Lovett
e0e8d28e0b
Skip negative web image test (#93722) 2021-11-16 12:06:37 -06:00
Nayeem Hasan
3d889b4e4b
Add scaleX and scaleY Parameters in Transform.Scale. (#92343) 2021-11-13 09:46:03 -08:00
nt4f04uNd
3f812722fb
RangeMaintainingScrollPhysics remove overscroll maintaining when grow (#90608) 2021-11-10 18:06:31 -08:00
Tomasz Gucio
0374542cc5
Use baseline value to get position in next line (#93129) 2021-11-10 16:18:02 -08:00
Michael Goderbauer
fe8e882a48
Do not rebuild when TickerMode changes (#93166) 2021-11-09 11:06:32 -08:00
Darren Austin
aaf1003a77
Force the color used by WidgetApp's Title to be fully opaque. (#93267) 2021-11-08 13:48:43 -08:00
Hans Muller
f4f23ecb59
Added SharedAppData to the widgets library (#93175) 2021-11-08 12:27:14 -08:00
xubaolin
58409c1901
Do not crash when dragging ReorderableListView with two fingers simultaneously (#88508) 2021-11-08 12:02:34 -08:00
xubaolin
765fbe66a7
Fix a scrollbar crash bug (#92657) 2021-11-08 09:13:07 -08:00
Darren Austin
6ea0b2c929
Added onDismiss callback to ModalBarrier. (#83860) 2021-11-07 01:12:34 -07:00
Hans Muller
0815da4d38
Revert "Added widgets/AppModel" (#93161) 2021-11-05 16:13:03 -07:00
JBBx2016
3c27851833
Fixes issue where navigating to new route breaks FocusNode of previou… (#92615) 2021-11-05 11:58:05 -07:00
Casey Rogers
a6702f6aa1
Allow Programmatic Control of Draggable Sheet (#92440) 2021-11-04 11:13:04 -07:00
Hans Muller
389a12f4e0
Added widgets/AppModel (#92297) 2021-11-03 20:23:02 -07:00
Jason Simmons
0d0b2dbae5
Replace text directionality control characters with escape sequences in the semantics_tester (#93034) 2021-11-03 19:13:03 -07:00
LongCatIsLooong
ffcd32ebb6
Move text editing Actions to EditableTextState (#90684) 2021-11-03 11:11:32 -07:00
Tomasz Gucio
33e261c0a2
Update clipboard status on cut (#92167)
Cut now explicitly updates the clipboard status.
2021-11-01 12:18:05 -07:00
Tuyen VU
50ead38f2f
- add FadeInImage.placeholderFit (#90739) 2021-10-27 15:18:03 -07:00
Zachary Anderson
abecef6ed3
Revert "Fix ActivateIntent overriding the spacebar for text entry (#91129)" (#92544)
This reverts commit a24d55660bde01ff17fadf28fd27fedeaae74d07.
2021-10-26 20:31:29 -07:00
Justin McCandless
a24d55660b
Fix ActivateIntent overriding the spacebar for text entry (#91129) 2021-10-26 18:58:05 -07:00
Gary Qian
1daae0b0ae
Remove assert that prevents WidgetSpans from being used in SelectableText (#92295) 2021-10-25 16:23:03 -07:00
Kate Lovett
48b51c3f72
Fix ScrollBehavior copyWith (#91834) 2021-10-20 15:36:34 -07:00
Aliaksei Chorny
12ec91a5a4
The covered child in AnimatedCrossFade should not get touch events (#91349) 2021-10-20 14:28:01 -07:00
Bonsai11
30cc01fb23
Add callback when dismiss threshold is reached (#88736) 2021-10-15 13:13:04 -07:00
Justin McCandless
3ece170c40
_CastError on Semantics copy in release mode (#91827) 2021-10-15 12:56:33 -07:00
Kate Lovett
4c8fa187f3
Reland Remove autovalidate deprecations (#91443) 2021-10-14 12:53:03 -07:00
nt4f04uNd
158939a89d
Scrollbar shouldRepaint to respect the shape (#91506) 2021-10-13 17:58:04 -07:00
Ian Hickson
6d5fc420b6
Enable sort_child_properties_last lint (#91585) 2021-10-11 21:23:02 -07:00
Ian Hickson
7b01346c5c
Enable no_default_cases lint (#91530) 2021-10-11 10:23:04 -07:00
Ian Hickson
6ec3f3b7cb
Remove extensions (#91453) 2021-10-08 09:43:03 -07:00
Ian Hickson
61a0add286
Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
Zachary Anderson
b9d2177da0
Revert "Enable avoid_redundant_argument_values lint (#91409)" (#91461)
This reverts commit 5fd259be244244e14ff87fee9b6a721625f952cd.
2021-10-07 21:11:07 -07:00
Ian Hickson
5fd259be24
Enable avoid_redundant_argument_values lint (#91409) 2021-10-07 20:13:02 -07:00