- 27 May, 2019 1 commit
-
-
Todd Volkert authored
This also fixes up some indentation in some bulleted lists. https://github.com/dart-lang/dartdoc/issues/1969
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Updates documentation and non-public API to use American spellings for consistency with the rest of the codebase. No changes to behaviour... other than how it's spelt.
-
- 21 May, 2019 1 commit
-
-
Mattia Crovero authored
scrollController param on TextField and CupertinoTextField
-
- 20 May, 2019 1 commit
-
-
Sam Rawlins authored
-
- 17 May, 2019 2 commits
-
-
LongCatIsLooong authored
Add CupertinoTabController that allows a CupertinoTabScaffold's current page to be controlled from an ancestor widget.
-
Justin McCandless authored
Adds a field that already exists in Material's TextField.
-
- 14 May, 2019 3 commits
-
-
Mouad Debbar authored
-
Mouad Debbar authored
This reverts commit 18ca3754.
-
Mouad Debbar authored
-
- 13 May, 2019 1 commit
-
-
xster authored
-
- 10 May, 2019 1 commit
-
-
Riccardo Ratta authored
Make font semibold when isDefaultAction is true in CupertinoDialogAction
-
- 09 May, 2019 2 commits
-
-
Phil Quitslund authored
* make immutables const
-
Michael Goderbauer authored
-
- 06 May, 2019 1 commit
-
-
yaheng authored
-
- 04 May, 2019 1 commit
-
-
LongCatIsLooong authored
Replace CupertinoSliverRefreshControl.onRefresh's then callback with whenCompleted callback, so when onRefresh completes with error the sliver refresh control retracts like when it completes with value.
-
- 01 May, 2019 1 commit
-
-
Jonah Williams authored
-
- 30 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 29 Apr, 2019 1 commit
-
-
xster authored
-
- 26 Apr, 2019 1 commit
-
-
LongCatIsLooong authored
- Fixed the bug where CupertinoRefreshControl doesn't work in the gallery demo on Android. - Updated documentation on CupertinoRefreshControl - Added comments to the gallery demo - Added concrete examples to ScrollPhysics
-
- 25 Apr, 2019 2 commits
-
-
Greg Spencer authored
This re-lands the Focus changes in #30040. Correctness changes in routes.dart, and removes the automatic requesting of focus on reparent when there is no current focus, which caused undesirable selections. Addresses #11344, #1608, #13264, and #1678 Fixes #30084 Fixes #26704
-
xster authored
-
- 23 Apr, 2019 1 commit
-
-
Greg Spencer authored
This reverts commit 4218c0bc.
-
- 22 Apr, 2019 3 commits
-
-
xster authored
-
Greg Spencer authored
Implements focus traversal for desktop platforms, including re-implementing the existing focus manager and focus tree. This implements a Focus widget that can be put into a widget tree to allow input focus to be given to a particular part of a widget tree. It incorporates with the existing FocusScope and FocusNode infrastructure, and has minimal breakage to the API, although FocusScope.reparentIfNeeded is removed, replaced by a call to FocusAttachment.reparent(), so this is a breaking change: FocusScopeNodes must now be attached to the focus tree using FocusScopeNode.attach, which takes a context and an optional onKey callback, and returns a FocusAttachment that should be kept by the widget that hosts the FocusScopeNode. This is necessary because of the need to make sure that the focus tree reflects the widget hierarchy. Callers that used to call FocusScope(context).reparentIfNeeded in their build method will call reparent on a FocusAttachment instead, which they will obtain by calling FocusScopeNode.attach in their initState method. Widgets that own FocusNodes will need to call dispose on the focus node in their dispose method. Addresses #11344, #1608, #13264, and #1678 Fixes #30084 Fixes #26704
-
Justin McCandless authored
TextField and CupertinoTextField can now specify scrollPhysics. Cupertino defaults to bouncing now.
-
- 17 Apr, 2019 3 commits
- 16 Apr, 2019 1 commit
-
-
Tom Robiquet authored
-
- 15 Apr, 2019 1 commit
-
-
xster authored
-
- 11 Apr, 2019 2 commits
-
-
xster authored
-
LongCatIsLooong authored
initialDateTime should account for minuteInterval
-
- 05 Apr, 2019 2 commits
-
-
LongCatIsLooong authored
-* Inserted an `IconTheme` widget under `CupertinoTheme` to provide a default icon color when using `CupertinoTheme`. * Changed `CupertinoTheme` to a `StatelessWidget`, to match the implementation of `Theme` * Changed the nesting order of `Theme`'s sub widgets, to let `Theme.iconTheme` take precedence, so that `Theme`'s behavior is kept as is.
-
Tim Sneath authored
-
- 29 Mar, 2019 1 commit
-
-
xster authored
-
- 28 Mar, 2019 1 commit
-
-
Nizarius authored
-
- 27 Mar, 2019 3 commits
-
-
xster authored
-
LongCatIsLooong authored
Documented CupertinoSwitch.value that it can't be null and added an assertion value != null in the constructor. Related issue: #12948
-
LongCatIsLooong authored
Remove the additional top padding from CupertinoPageScaffold's MediaQuery when the navigation bar is opaque (as the padding was already consumed by the navigation bar). Related Issue: #29136
-
- 26 Mar, 2019 1 commit
-
-
hyjfine authored
-