- 14 Nov, 2018 1 commit
-
-
James D. Lin authored
-
- 11 Nov, 2018 1 commit
-
-
Gary Qian authored
-
- 10 Nov, 2018 2 commits
-
-
Amir Hardon authored
-
Amir Hardon authored
Adds a note mentioning that this is still a release preview.
-
- 09 Nov, 2018 2 commits
- 08 Nov, 2018 4 commits
-
-
Amir Hardon authored
-
Dan Field authored
* clarify widgetsapp docs * Rename shadowed param, update doc * pageContentBuilder
-
Greg Spencer authored
This converts existing ## Sample code samples to {@tool sample}...{@end-tool} form. Also: 1. Fixed a minor bug in analyze-sample-code.dart 2. Made the snippet tool only insert descriptions if the description is non-empty. 3. Moved the Card diagram to before the code sample.
-
Ian Hickson authored
We have templates now.
-
- 07 Nov, 2018 3 commits
-
-
Hans Muller authored
-
Dan Field authored
* update assert add test * update docs
-
Dan Field authored
* early return for initialRoute + test
-
- 05 Nov, 2018 2 commits
-
-
Hans Muller authored
-
Greg Spencer authored
This rewrites the sample code analysis script to be a little less of a hack (but still not pretty), and to handle snippets as well. It also changes the semantics of how sample code is handled: the namespace for the sample code is now limited to the file that it appears in, so some additional "Examples can assume:" blocks were added. The upside of this is that there will be far fewer name collisions. I fixed the output too: no longer will you get 4000 lines of numbered output with the error at the top and have to grep for the actual problem. It gives the filename and line number of the original location of the code (in the comment in the tree), and prints out the source code on the line that caused the problem along with the error. For snippets, it prints out the location of the start of the snippet and the source code line that causes the problem. It can't print out the original line, because snippets get formatted when they are written, so the line might not be in the same place.
-
- 02 Nov, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Nov, 2018 3 commits
-
-
Amir Hardon authored
-
Jonah Williams authored
-
Stefano Rodriguez authored
* Use maybePop in place of pop in ModalBarrier
-
- 31 Oct, 2018 4 commits
-
-
Michael Goderbauer authored
-
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).
-
- 30 Oct, 2018 3 commits
-
-
jslavitz authored
* added textDirection to TextField
-
Hans Muller authored
-
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.
-
- 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 3 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
* Improve documentation * Potential performance win in hit testing Rather than copying the list every time we access `path`, this just exposes it as an `Iterable`. People who want to copy it can use `toList()`. (This isn't a breaking change since code that expects a `List` is still going to get one.) * Enforce the Oxford Comma.
-
- 25 Oct, 2018 5 commits
-
-
Jonah Williams authored
-
liyuqian authored
For #21756
-
jslavitz authored
* Adds test and builder
-
Martin authored
-
- 23 Oct, 2018 4 commits
-
-
Gary Qian authored
cdd592f5b Reland 'Pass null instead of 'none' locale' (#6632) 2cd89200c Roll src/third_party/skia b1a002e850e1..327955b1ba19 (12 commits) (#6631) edfe02481 13771 - iOS dictation bug (#6607) cadf4405b Roll src/third_party/skia b9998cdceec7..b1a002e850e1 (13 commits) (#6626)
-
Yegor authored
-
xster authored