- 05 Nov, 2018 3 commits
-
-
Stanislav Baranov authored
-
Florian Huonder authored
-
Alexandre Ardhuin authored
-
- 04 Nov, 2018 1 commit
-
-
sjindel-google authored
`RenderEditable.paint` assumes that if the length of the text fits within the visible region, then the text will be rendered at the start of the region and be completely visible. This is not always true, since the text may still be rendered at an offset if an animation is ongoing when the text begins to fit. This fixes #22288 and #14121
-
- 03 Nov, 2018 2 commits
- 02 Nov, 2018 4 commits
-
-
jslavitz authored
* Adds functionality for progress indicator height to be controlled by the parent.
-
-
liyuqian authored
So we're sure that: 1. We won't break the API by not allowing to mutate fields 2. We won't forget to markNeedsAddToScene after mutation
-
Alexandre Ardhuin authored
-
- 01 Nov, 2018 5 commits
-
-
Amir Hardon authored
-
Yegor authored
-
Jonah Williams authored
-
Stefano Rodriguez authored
* Use maybePop in place of pop in ModalBarrier
-
jslavitz authored
* Adds DropDownFormField Convenience Class
-
- 31 Oct, 2018 5 commits
-
-
jslavitz authored
* Adds drawer state query functions
-
Amir Hardon authored
Re-landing #23412 with a fix to the PlatformLayer's addToScene signature. #23412 was broken by the change to Layer done in #23434. It seemed green as the presubmits were done before #23434 was landed, and when #23412 landed it broke the build. Reverts #23779
-
Amir Hardon authored
This reverts commit 67ffe1c2.
-
Amir Hardon authored
This PR adds the full framework stack (layer->render object->widget, and service) for embedding iOS views with minimal functionality. I allowed myself to throw the entire framework stack in one PR since we're mostly mirroring the structure we already established for embedded Android views, so this PR is a little bigger than usual. I'm happy to break it down to the different pieces of the stack if reviewers prefer. Specifically this PR adds: * A UiKitView widget for embedding a UIView in the widget tree. * A RenderUiKitView which is the render object for showing a UIView. * A PlatformViewLayer which denotes the position of a UIView in the layer tree. * The iOS platform_views system channel client code in services/platform_views.dart * Splits the fake platform views controller to an Android and iOS controllers. TBD in following PRs: * Plumb the layout direction all the way to the platform view (currently there is still no engine support for it). * Integrate with gesture arenas (engine support is still missing as well).
-
MH Johnson authored
* [Material] Add dialog theme. * Address Hans' first round comments. * Address Hans' Second round comments. * Fix theme tests * Address Will's comments, add golden test * Update goldens * Custom Border radius 16.0 * Address Hans' Comments * Second round comments * fix imports
-
- 30 Oct, 2018 5 commits
-
-
jslavitz authored
* added textDirection to TextField
-
Devon Carew authored
-
Ian Hickson authored
Luckily this class didn't actually need to extend its superclass, it only implements the interface. So we can change `extends` to `implements` and that's close enough, while allowing the class to be mixed in again.
-
Ian Hickson authored
* Avoid abbreviations * Sample code for AppBar.leading * Add a test for OverflowBox/FractionallySizedBox * Minor wording improvements in the text. The words "note that" here don't really contribute to the flow.
-
Devon Carew authored
-
- 29 Oct, 2018 1 commit
-
-
Jacob Richman authored
-
- 27 Oct, 2018 1 commit
-
-
Ian Hickson authored
* Created a variant of InheritedWidget specifically for Listenables * Add more documentation per review comments
-
- 26 Oct, 2018 5 commits
-
-
xster authored
Allow heroes to fly across navigators and restrict Cupertino nav bars to per navigator by default (#23322)
-
xster authored
-
Ian Hickson authored
Bug #1: These didn't work with directional alignments, due to an error in the types of the constructor arguments. Bug #2: Pretty sure RenderSizedOverflowBox never worked at all. As soon as I wrote a test for it, the test showed that there was a fundamental bug in its performLayout method: it didn't set parentUsesSize, but it immediately tried to use the child's size.
-
Gary Qian authored
-
MH Johnson authored
* [Material] Add custom shape parameter for Dialogs. * [Material] Add custom shape parameter for Dialogs. * Address Hans' first round comments. * Address Hans' first round comments. * Address Hans' Second round comments.
-
- 25 Oct, 2018 4 commits
- 24 Oct, 2018 1 commit
-
-
xster authored
-
- 23 Oct, 2018 3 commits
-
-
Jacob Richman authored
-
Yegor authored