Michael Goderbauer
ca788d8941
Leader not always dirty ( #92598 )
2021-10-28 10:35:03 -07:00
Tuyen VU
50ead38f2f
- add FadeInImage.placeholderFit ( #90739 )
2021-10-27 15:18:03 -07:00
Everskies
ebb48e1650
Add missing transform == check for gradients ( #91898 )
2021-10-27 15:13:03 -07:00
Taha Tesser
13d14f1843
[doc] Update suffixIcon/prefixIcon for alignment with code snippet ( #91998 )
2021-10-27 00:38:02 -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
xubaolin
b025e38e17
fix a throw due to double precison ( #92486 )
2021-10-26 19:13:05 -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
Markus Aksli
a5863932ad
ignore Scaffold drawer callbacks when value doesn't change ( #92329 )
2021-10-25 12:04:04 -07:00
Ahmed Ashour
e7c809e8a8
Fix typos ( #92245 )
2021-10-21 10:53:02 -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
Kate Lovett
15de4aa449
Fix persistentFooter padding ( #92039 )
2021-10-20 14:08:05 -07:00
Tong Mu
5f4ac10d16
Report exceptions from key event handlers and listeners ( #91792 )
...
This PR ensures that all 3 ways of handling key events are wrapped with exception handling logic, so that user exceptions do not cause unstable states and are correctly reported.
2021-10-20 12:08:24 -07:00
Kate Lovett
ce4d635aeb
Fix visual overflow when overscrolling RenderShrinkWrappingViewport ( #91620 )
2021-10-20 11:01:33 -07:00
Markus Aksli
502edd48c9
Reland "Add TooltipVisibility widget" ( #92090 )
2021-10-19 12:26:33 -07:00
Markus Aksli
63a64a8875
Revert "Add TooltipVisibility widget ( #91609 )" ( #92088 )
...
This reverts commit 6b94f2f62a0d169c09d8b80c9f15ff245a98f67c.
2021-10-19 15:41:28 +03:00
Markus Aksli
6b94f2f62a
Add TooltipVisibility widget ( #91609 )
2021-10-19 04:53:04 -07:00
Satoshi Yoshio
686a1c27b5
Fix typo in code comments ( #91995 )
2021-10-18 12:41:33 -07:00
Kate Lovett
9608a64d4b
Revert "Remove BottomNavigationBarItem.title deprecation" ( #91930 )
2021-10-16 03:36:34 -07:00
Bonsai11
30cc01fb23
Add callback when dismiss threshold is reached ( #88736 )
2021-10-15 13:13:04 -07:00
Casey Rogers
ab5dfe1d2e
s/extent/size/ ( #91775 )
2021-10-15 13:10:54 -07:00
Justin McCandless
3ece170c40
_CastError on Semantics copy in release mode ( #91827 )
2021-10-15 12:56:33 -07:00
Ian Hickson
299d484903
Enable more lints ( #91642 )
2021-10-14 22:03:03 -07:00
Michael Goderbauer
9570d353b3
Add missing debug vars to debugAssertAllRenderVarsUnset ( #91848 )
2021-10-14 15:38:03 -07:00
Darren Austin
ac745b3f75
ThemeData property cleanup. ( #91774 )
2021-10-14 15:14:37 -07:00
Hans Muller
acab6dccef
Reland Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData ( #91840 )
2021-10-14 15:13:19 -07:00
Kenzie (Schmoll) Davisson
8fa2a5e886
Add profileRenderObjectPaints and profileRenderObjectLayouts service extensions ( #91822 )
2021-10-14 15:05:36 -07:00
Kate Lovett
ccc8261495
Remove BottomNavigationBarItem.title deprecation ( #90295 )
2021-10-14 13:33:05 -07:00
Bjarte Bore
64b0cfda3d
Added support for MaterialState to InputDecorator ( #91762 )
2021-10-14 13:26:45 -07:00
Taha Tesser
06e75e94e5
Minor doc fix forCupertinoTabBar ( #91829 )
2021-10-14 13:03:07 -07:00
Kate Lovett
4c8fa187f3
Reland Remove autovalidate deprecations ( #91443 )
2021-10-14 12:53:03 -07:00
Michael Goderbauer
210a905f21
Remove unused offset from Layer.addToScene/addChildrenToScene ( #91753 )
2021-10-14 12:48:06 -07:00
Ren You
240d209345
Revert "Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData ( #91449 )" ( #91811 )
...
This reverts commit 94ff5202220bf741b3adb5c0a225147b6a0cd696.
2021-10-14 07:04:26 -07:00
nt4f04uNd
158939a89d
Scrollbar shouldRepaint to respect the shape ( #91506 )
2021-10-13 17:58:04 -07:00
Taha Tesser
abfcc84e58
[CupertinoTabBar] Add an official interactive sample ( #91763 )
2021-10-13 13:38:02 -07:00
Hans Muller
94ff520222
Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData ( #91449 )
2021-10-12 15:05:09 -07:00
Ian Hickson
6d5fc420b6
Enable sort_child_properties_last lint ( #91585 )
2021-10-11 21:23:02 -07:00
Ian Hickson
9421627324
Enable only_throw_errors ( #91567 )
2021-10-11 14:13:03 -07:00
Ian Hickson
f90b019c68
Enable prefer_relative_imports and fix files. ( #91573 )
2021-10-11 10:28:07 -07:00
Ian Hickson
7b01346c5c
Enable no_default_cases lint ( #91530 )
2021-10-11 10:23:04 -07:00
Ian Hickson
b3f63d38ac
Document why some lints aren't enabled and fix some minor issues. ( #91527 )
2021-10-09 04:03:03 -07:00
xubaolin
cd5936e41d
fix a BottomSheet nullable issue ( #89362 )
2021-10-09 02:53:03 -07:00
Kenzie (Schmoll) Davisson
43249469ee
Add service extensions to expose debug rendering toggles ( #91499 )
2021-10-08 12:52:22 -07:00
ka_sh
1d102be762
Fixed a very small typo in code comments. ( #91498 )
2021-10-08 10:53: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
Konstantin Scheglov
ac88d4ba5d
Fix avoid_renaming_method_parameters for pending analyzer change. ( #85482 )
2021-10-08 08:58:05 -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