Dan Field
0177d4293c
more docs about diagnostics in release mode ( #56906 )
2020-05-11 09:41:38 -07:00
Tong Mu
06adde0bd0
Nested InkWells only show the innermost splash ( #56611 )
2020-05-09 21:04:01 -07:00
Mehmet Fidanboylu
0786f29ff2
Revert "Bring back paste button hide behavior ( #56689 )" ( #56806 )
...
This reverts commit d56349822d1087acc7d3f2f4cb0c037abdeb93d9.
2020-05-09 20:22:17 -07:00
Pierre-Louis
e04450c000
Expose includeSemantics option to RawKeyboardListener ( #56549 )
...
* Expose includeSemantics option to RawKeyboardListener
* Revert "Expose includeSemantics option to RawKeyboardListener"
This reverts commit 684edccfb0bacb358285b34b7a6dafd45a070ca7.
* Set includeSemantics to false
* Expose includeSemantics for RawKeyboardListener
* Add test
2020-05-09 00:01:19 +02:00
Justin McCandless
d56349822d
Bring back paste button hide behavior ( #56689 )
...
Unreverts #54902 with fixes for a failing integration test.
2020-05-08 13:41:22 -07:00
Ian Hickson
98bc176627
Have the physics enforce the scroll position. ( #56521 )
2020-05-08 12:59:02 -07:00
Yegor
324fdb6b3c
LayoutBuilder: skip calling builder when constraints are the same ( #55414 )
...
Avoid calling `builder` in `ConstrainedLayoutBuilder` when layout constraints are the same.
[Design doc](flutter.dev/go/layout-builder-optimization).
## Related Issues
Fixes https://github.com/flutter/flutter/issues/6469
2020-05-08 12:27:59 -07:00
msmolkin
da66a45e87
fixup! Update grammar in basic.dart #56251 ( #56407 )
2020-05-08 00:29:01 -07:00
Hans Muller
7ba5078f85
Added MaterialStateProperty.all() convenience method ( #56589 )
2020-05-07 18:20:56 -07:00
Ian Hickson
3cb79079bf
Fix silent test failure in image cache tests ( #56492 )
2020-05-07 18:19:03 -07:00
Hans Muller
26dc70dc18
Add OutlinedBorder class ( #56341 )
2020-05-07 18:04:03 -07:00
Greg Spencer
fd4d6d70d7
Remove semantics node generated by ExcludeFocus ( #56568 )
2020-05-07 17:59:07 -07:00
Shi-Hao Hong
960b75719e
Update Tab semantics in Cupertino to be the same as Material ( #56582 )
2020-05-07 17:54:09 -07:00
Darren Austin
4560ebcf9f
Implementation of the Material Date Range Picker. ( #55939 )
2020-05-07 17:54:03 -07:00
Justin McCandless
cd67da260e
Revert "Paste shows only when content on clipboard ( #54902 )" ( #56614 )
...
This reverts commit 053c38818f8ae89ea2fa441f4055c3bd939798ef.
2020-05-07 17:28:37 -07:00
Justin McCandless
053c38818f
Paste shows only when content on clipboard ( #54902 )
2020-05-07 15:22:03 -07:00
Justin McCandless
8fbfe1cfbf
Text field height fix ( #55911 )
2020-05-06 17:36:01 -07:00
Kate Lovett
bf8208cd14
ToDo Audit - Material Library+ ( #55789 )
2020-05-06 16:41:01 -07:00
Kate Lovett
e1e300bb4b
Skip Audit - Painting Library ( #55793 )
2020-05-06 14:49:02 -07:00
Mjk
3f0024e164
Fix compute intrinsic size for wrap ( #55469 )
2020-05-06 13:16:01 -07:00
Gary Qian
bef3512d14
DoubleTap recognizer support and improved error message ( #56328 )
2020-05-06 13:06:02 -07:00
chunhtai
2f04ba91c7
Fixes the navigator pages update crashes when there is still route wa… ( #55998 )
2020-05-06 13:01:03 -07:00
Darren Austin
8568eda15b
Added an empty list example to the ListView docs ( #56394 )
...
Added and example to the ListView docs that shows how to have a custom UI for an empty list.
2020-05-05 16:10:41 -07:00
Greg Spencer
69019664fe
Focus the last node when asked to focus previous and nothing is selected. ( #56160 )
2020-05-05 13:42:02 -07:00
Jia Hao
d6f6fc4d6b
Fix WidgetsBinding.firstFrameRasterized not completing ( #56022 )
2020-05-04 18:44:03 -07:00
Andre
96233db90d
Make CustomClipper extend Listenable ( #55995 )
2020-05-04 18:39:03 -07:00
Đào Hoàng Sơn
741ef91961
Fix typo for TextStyle.fontFamilyFallback document ( #56219 )
2020-05-04 11:29:03 -07:00
Greg Spencer
fdc4d21b79
Add ExcludeFocus widget, and a way to prevent focusability for a subtree. ( #55756 )
...
This adds an ExcludeFocus widget that prevents widgets in a subtree from having or obtaining focus. It also adds the ability for a FocusNode to conditionally prevent its children from being focusable when it isn't focusable (i.e. when canRequestFocus is false).
It does this by adding an descendantsAreFocusable attribute to the FocusNode, which, when false, prevents the descendants of the node from being focusable (and removes focus from them if they are currently focused).
2020-05-01 14:36:46 -07:00
Daniel Iglesia
27eee14c6e
Add DragTarget callback onAcceptDetails, plus helper class DragTarget… ( #55257 )
2020-05-01 14:18:58 -07:00
Greg Spencer
6a75dc449e
Add onSecondaryTap to gesture recognizer and gesture detector. ( #55494 )
2020-05-01 13:04:01 -07:00
Jonah Williams
f1c24ed91d
[analyze] fix const lints ( #56139 )
2020-05-01 12:48:53 -07:00
Ferhat
92df6f50b2
Add check for iOS/MacOS for target platform ( #56081 )
2020-05-01 12:04:35 -07:00
Kate Lovett
487954a861
Adding tabSemanticsLabel to CupertinoLocalizations ( #55336 )
2020-05-01 11:09:02 -07:00
Jose Alba
0549ab2390
Removed useV2 Slider flag ( #55857 )
2020-04-30 15:19:01 -07:00
Tom
1d0999d011
Add support for dismissing cupertino modal on barrier tap ( #50915 )
2020-04-29 11:19:02 -07:00
Anthony
1b6711277e
Fix default opacity assignments for unselected and selected icons in NavigationRail ( #55902 )
2020-04-29 09:39:03 -07:00
guylivneh
4dd3435b78
Add a property to Material icon button to customize the splash radius ( #55761 )
2020-04-29 09:34:03 -07:00
Justin McCandless
43ce3fd988
TextField enabled fix ( #55775 )
2020-04-28 10:49:02 -07:00
Mehmet Fidanboylu
eddba97d9a
Fix behavior change due to incorrect initial floating setting ( #55651 )
2020-04-28 10:44:03 -07:00
Gary Qian
6cf9c7cc17
Prevent use of TextInputType.text when also using TextInputAction.newLine via assert ( #55636 )
2020-04-28 10:39:03 -07:00
Jose Alba
7eb3df4a11
Default to use V2 Slider ( #55599 )
...
* Instead of changing test I just flipped flag so the test uses the proper slider
* Use Depracated annotation
* Updated depracation notice
* Updated depracation notice again
* Ignore analyze issues
* flutter analyze .
* ignore analyzer
* // ignore: deprecated_member_use
* Ignoring notice
* indentation
2020-04-27 17:57:42 -04:00
Greg Spencer
7ab8767a5f
Fix focus traversal regions to account for transforms. ( #55600 )
2020-04-27 14:54:04 -07:00
chunhtai
a60e4d1f36
Relands Fix FlutterError.onError in debug mode ( #55500 )
2020-04-27 14:49:03 -07:00
rami-a
fc77aea34e
Enable configuring minHeight for LinearProgressIndicator and update default to match spec ( #55482 )
2020-04-27 14:09:02 -07:00
Kate Lovett
be0076f3f9
Prioritize scrolling away nested overscroll ( #55069 )
2020-04-27 14:04:10 -07:00
Kate Lovett
c849ffd3b8
FlutterErrorDetails.context docs fix ( #55001 )
2020-04-27 14:04:04 -07:00
Tianguang
0c4a659d18
Support New and Custom FAB Locations ( #51465 )
2020-04-24 22:24:01 -07:00
Justin McCandless
de8cf8b530
Customizable obscuringCharacter ( #55415 )
2020-04-24 17:59:02 -07:00
Leonardo Emili
f37a91a7bf
Add searchFieldStyle ( #54674 )
2020-04-24 17:54:01 -07:00
chunhtai
d482163f59
Revert "Fix FlutterError.onError in debug mode ( #53843 )" ( #55484 )
...
This reverts commit d35671c6d10b2aa7cf7f8e5c022fd8eea902cf44.
2020-04-23 11:57:18 -07:00