Hans Muller
e7a4e7c3b6
Update Switch doc: disabled state ( #24941 )
2018-12-10 11:21:28 -08:00
Patrice Chalin
ab36f05474
Replace deprecated link in docs ( #25120 )
...
Followup to https://github.com/flutter/website/pull/1949 , as requested by @Hixie in https://github.com/flutter/website/issues/1634 .
cc @kwalrath
2018-12-10 10:51:41 -08:00
liyuqian
06ffbbfd4a
Change network image URL in doc ( #25096 )
...
This fixes https://github.com/flutter/flutter/issues/25092
2018-12-10 09:55:07 -08:00
Michael Goderbauer
8d249c25ea
Fix semantics compiler for offstage children ( #24862 )
...
Fixes #20313 .
2018-12-10 08:58:14 -08:00
Michael Goderbauer
d74b1c2051
Add animations to SliverAppBar doc ( #25091 )
2018-12-07 14:19:09 -08:00
Gary Qian
27c8ffa06c
Fix typo in documentation ( #25003 )
2018-12-05 14:50:59 -08:00
Ian Hickson
5391447fae
Clarify dart:ui dependencies in foundation library ( #24868 )
2018-11-29 19:41:26 -08:00
Ian Hickson
f683e4c4b4
Improve CircleAvatar documentation ( #24729 )
2018-11-27 11:29:00 -08:00
Ian Hickson
c00a794f56
Some more documentation around WidgetBuilder and close friends. ( #24731 )
2018-11-27 11:28:31 -08:00
Ian Hickson
aae968cd45
Improve StreamBuilder documentation ( #23713 )
2018-11-26 12:17:57 -08:00
liyuqian
d9ad220bbb
Explain why Opacity could be slow ( #24255 )
2018-11-20 15:27:21 -08:00
Dan Field
19b97ae515
Doc clarifications for semantics properties ( #24544 )
...
* update semantics properties doc
2018-11-19 23:14:04 -08:00
Hans Muller
94dab8fe91
Added TextField.onTap() ( #24536 )
2018-11-19 18:06:44 -08:00
Gary Qian
d3377c4ab9
Fix documentation for supportedLocales ( #24547 )
2018-11-19 17:26:31 -08:00
Noor Dawod
9d2037e9a8
Check for empty and null preferredLocales before passing to 'localeResolutionCallback'. ( #24481 )
2018-11-19 14:17:47 -08:00
Hans Muller
ec4f22c17b
Revert "Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )" ( #24538 )
...
This reverts commit 4ec8883b83c94a7ba55cdf94af18830074dc24f2.
2018-11-19 13:02:18 -08:00
Hans Muller
4ec8883b83
Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )
2018-11-19 12:21:49 -08:00
jslavitz
743960df27
Cupertino picker null color fix ( #24529 )
...
*null fix and test
2018-11-19 12:00:21 -08:00
Jonah Williams
9d81c67a3f
Pass correct physics instance to Scrollable semantics ( #24416 )
2018-11-19 10:31:02 -08:00
Alexandre Ardhuin
79b5e5bc8a
Add missing lints ( #24381 )
...
* update lint list
* enable sort_pub_dependencies
* enable avoid_returning_null_for_void
* enable flutter_style_todos
2018-11-19 10:37:55 +01:00
jslavitz
5385132c6b
Separate keep alive logic from SliverMultiBox classes ( #24192 )
...
* sliver separation and test
2018-11-16 16:53:59 -08:00
Justin McCandless
a8552ca7ec
Switch list tile adaptive ( #24437 )
...
* SwitchListTile.adaptive for wrapping an adaptive Switch
* Test SwitchListTile.adaptive same as Switch.adaptive
* Remove TODO
* Comment and switch statement cleanup
2018-11-16 14:50:17 -08:00
jslavitz
265485033b
Fixes navigation page back drag area for iPhone X ( #24375 )
...
* nav fix and test
2018-11-16 12:47:50 -08:00
jslavitz
b3d9fb4dee
Scaffold Drawer pull out area fix for notched devices ( #24367 )
...
* Adds fix and test
2018-11-16 12:47:34 -08:00
Justin McCandless
c8ff617fd8
Text field border radius bug fix ( #24414 )
...
* Fix radius glitch by carrying over border when lerping outline borders
* Test that border doesn't change
* Regression comment
2018-11-16 09:32:24 -08:00
xster
988bfc166d
iOS tap handling on CupertinoTextField ( #24034 )
2018-11-15 18:07:17 -08:00
Dan Field
78c5bb2a8e
Make progress indicators accessible ( #24275 )
...
* Make progress indicators accessible
2018-11-15 15:54:56 -08:00
Justin McCandless
f9bccb0280
Handle a missing ListView separator as an error ( #24312 )
...
* Handle a missing ListView separator as an error
* Handle missing item, and errors in itemBuilder and separatorBuilder
* CR fixes and move error handling into sliver.dart to handle all ListView constructors
* Only show an error for null separatorBuilder value in debug mode
2018-11-15 14:40:13 -08:00
Diego Tori
9447be7370
Added support for passing in velocity and offset into Draggable.onDragCompleted ( #22267 )
...
* Added support for passing in velocity and offset into Draggable.onDragCompleted.
* Fixed documentation of DragCompletedCallback.
* Spun off previous onDragCompleted breaking changes into new callback called Draggable.onDragEnd.
* Revert "Fixed documentation of DragCompletedCallback."
This reverts commit 069051f5be0d4ec6a1f4b3f072e535ca87e5d740.
* Revert "Added support for passing in velocity and offset into Draggable.onDragCompleted."
This reverts commit 7ef744aa5645429b7bc92527226203ee8bff68ec.
* DraggableDetails constructor is now declared first as per Flutter code style.
* Draggable.onDragEnd will only call back if its widget is currently mounted to the tree.
* Moved "});" in DraggableDetails constructor to new line, vertically aligned with the constructor name, as per Flutter code style.
* Added space between if statement in drag_target.dart.
* widget.onDragEnd call is now formated as per flutter code style.
* Added more details to DraggableDetails documentation.
* Added brackets to if statement block as per Flutter code style.
* Fixed minor nits in DraggableDetails documentation.
* Made DraggableDetails constructor public. Also added documentation for its constructor.
2018-11-15 09:11:04 -08:00
S McDowall
87156df6d9
Optionally show the text field length but not the max ( #24183 )
...
If maxLength is set to TextField.noMaxLength then continue to show the character counter but do not display the max input length value.
2018-11-14 16:04:39 -08:00
liyuqian
ba635a643a
Add golden tests for Opacity with offset ( #24253 )
...
See https://github.com/flutter/flutter/issues/23890
2018-11-14 15:00:39 -08:00
James D. Lin
91cfc1fe31
Fix a few typos in comments ( #24249 )
2018-11-14 14:25:05 -08:00
Michael Goderbauer
e71eb9a474
Make Link clickable in DartDocs ( #24358 )
2018-11-14 14:08:04 -08:00
Jason Simmons
9f28aefa9c
Call BorderRadiusGeometry.lerp where applicable in ShapeBorder subclasses ( #24262 )
...
Fixes https://github.com/flutter/flutter/issues/24257
2018-11-14 13:47:48 -08:00
Michael Goderbauer
e5f0457261
Another typo fix ( #24316 )
2018-11-13 23:03:11 -08:00
Michael Goderbauer
f4af41e20e
type fix ( #24297 )
2018-11-13 10:31:22 -08:00
Justin McCandless
1fde4d0366
Docs clarification for how RTL/LTR locale affects ButtonBar ( #24264 )
2018-11-13 09:46:04 -08:00
jslavitz
931c037919
Release Candidate ( #24248 )
2018-11-12 10:35:11 -08:00
Greg Spencer
665fff00c7
Update Scaffold docs and example code ( #24159 )
...
Upgraded Scaffold example to an application example.
2018-11-12 08:54:08 -08:00
Gary Qian
f16a569e24
Supported locales docs to explain proper scriptCode usage. ( #24184 )
2018-11-11 03:43:16 -08:00
Amir Hardon
72bf075e8d
Escape objective c method brackets in dartdoc ( #24199 )
2018-11-09 20:36:17 -08:00
Amir Hardon
563ceac8d4
Remove the WIP comment for UiKitView. ( #24170 )
...
Adds a note mentioning that this is still a release preview.
2018-11-09 16:14:44 -08:00
jslavitz
6a8c393f4c
Allows for the CupertinoPicker to have a non white background color ( #24085 )
...
* fixes wheel gradient and adds test
2018-11-09 15:58:21 -08:00
Stanislav Baranov
e32cd85446
Clean up PointerEvent documentation. ( #24002 )
2018-11-09 14:26:21 -08:00
Gary Qian
dfd0229560
New locale resolution algorithm to use full preferred locale list, include scriptCode in Locale. ( #23583 )
2018-11-09 11:33:42 -08:00
Gary Qian
5071657e8e
Add docs to explain cursor drawing behavior. ( #24135 )
2018-11-09 11:32:46 -08:00
TL Lee
94d0b2ffc2
[Material] Add API for an unpainted input border ( #21289 )
...
* Introduce a rounded InputBorder with no paint
* Update documentation for API
* Change name of Widget to NoStrokeInputBorder and updated documentation
* [FilledInputBorder] PR feedback.
* [FilledInputBorder] typo correction.
* [FilledInputBorder] Removing news.
* [FilledInputBorder] PR feedback.
* [FilledInputBorder] Removing use of borderSide.
* [FilledInputBorder] Adding tests for hashcode.
* [FilledInputBorder] Comments.
* [TextFields] Input decoration feature parity.
* [TextFields] Making floating of placeholder optional.
* [TextFields] Cleanup
* [TextFields] Removing unused isAnimated.
* [TextFields] Cleanup.
* [TextFields] Correcting border.
* [TextFields] Correcting comment.
* [TextFields] Comment.
* [TextFields] Corrections for tests.
* [TextFields] Cleanup.
* [TextFields] Cleanup.
* [TextFields] Tests.
* [TextFields] Cleanup.
* [TextFields] Cleanup.
* [TextFields] Formatting.
* [TextFields] PR feedback.
* [TextFields] PR feedback.
* [TextFields] PR feedback.
2018-11-08 22:00:50 -05:00
Amir Hardon
903c5f8d29
Add DartDoc for UiKitViewController#acceptGesture ( #24127 )
2018-11-08 16:16:24 -08:00
jslavitz
75ca39f8c3
Animate user account drawer header arrow ( #24023 )
...
* Adds user account header arrow animation and test
2018-11-08 12:16:09 -08:00
Amir Hardon
dc4bf652cc
Make UiKitViews participate in gesture arenas ( #24027 )
2018-11-08 12:11:57 -08:00