- 08 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 May, 2018 1 commit
-
-
Hans Muller authored
-
- 21 May, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 17 May, 2018 1 commit
-
-
Greg Spencer authored
I'm moving the assets in the assets-for-api-docs repo to a slightly different location to help with organization in that repo, so this PR points the doc URLs to the new location. The old assets won't be removed until this PR makes its way to the API docs website. No documentation or code changes here, other than changing doc image URLs.
-
- 16 May, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 10 May, 2018 1 commit
-
-
Jonah Williams authored
-
- 23 Apr, 2018 1 commit
-
-
Yegor authored
New a11y traversal: - sort direct sibling SemanticsNodes only - use new sorting algorithm - implement RTL - test semantics in traversal order by default - add AppBar traversal test - breaking: remove nextNodeId/previousNodeId from the framework - breaking: remove DebugSemanticsDumpOrder.geometricOrder
-
- 20 Apr, 2018 1 commit
-
-
Jonah Williams authored
Semantics object support for edge triggered semantics
-
- 16 Apr, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 29 Mar, 2018 1 commit
-
-
najeira authored
* AppBar accepts custom PageRoute * remove unused import * update AUTHORS
-
- 11 Mar, 2018 1 commit
-
-
Ian Hickson authored
For example, mention the icon used for the drawer menu in the docs (this helps people writing unit tests); add DefaultAssetBundle sample code.
-
- 28 Feb, 2018 1 commit
-
-
najeira authored
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Dec, 2017 1 commit
-
-
Chris Bracken authored
Removes bottom padding from the child AppBar in SliverAppBar. Scaffold already does this for its own app bars, but sliver app bars in the body should also apply the bottom padding removal. Fixes flutter/flutter#13458
-
- 02 Nov, 2017 1 commit
-
-
5u3it authored
Adds `Scaffold#endDrawer` property to supply a second drawer to a Scaffold.
-
- 02 Oct, 2017 1 commit
-
-
Adam Barth authored
Unlike FractionalOffset, Alignment uses the center as the zero of the coordinate system, which makes the RTL math work out much cleaner. Also, make FractionalOffset into a subclass of Alignment so that clients can continue to use FractionalOffset.
-
- 29 Sep, 2017 1 commit
-
-
Ian Hickson authored
* SafeArea * AnimatedSafeArea * AppBar test * Apply feedback
-
- 15 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 14 Sep, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Allow apps to change the title margin in app bar. * Fix documentation links and the shouldLayout function in the _ToolbarLayout * Rename margin to spacing * review comments * Test fixes. Now we also test the width to make sure enough space is left for trailing widget * Expose the middle spacing default and use it in app bar. * Fix analyzer break * Doc fixes due to review
-
- 13 Sep, 2017 2 commits
-
-
Ian Hickson authored
This reverts commit da0602fe.
-
Ian Hickson authored
-
- 01 Sep, 2017 1 commit
-
-
Adam Barth authored
Fixes #11381
-
- 24 Aug, 2017 1 commit
-
-
Hans Muller authored
-
- 22 Jul, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Support automaticallyImplyLeading param in AppBar * Review fixes * fix review comments
-
- 21 Jun, 2017 3 commits
-
-
Jacob Richman authored
* Revert "Revert "Change all ocurrences of '$runtimeType#$hashCode' to use the idAndType method. (#10871)" (#10880)" This reverts commit ceb814aa.
-
Jacob Richman authored
Revert "Change all ocurrences of '$runtimeType#$hashCode' to use the idAndType method. (#10871)" (#10880) This reverts commit d46e208b.
-
Jacob Richman authored
* Change all instances of '$runtimeType#$hashCode' to use the describeIdentity method. The describeIdentity method generates a shorter description with a consistent length consisting of the runtime type and the a 5 hex character long truncated version of the hash code.
-
- 12 Jun, 2017 1 commit
-
-
Ian Hickson authored
-
- 03 Jun, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Jun, 2017 1 commit
-
-
xster authored
Extract layout logic in material app bar to a common file that can be reused for cupertino
-
- 27 May, 2017 1 commit
-
-
Ian Hickson authored
Minor fixes throughout, e.g. removing trailing commas from the end of sample code expressions, changing headings to "sample code" more consistently, removing stale todos, fix typos in a private method name, minor grammar fixes, added some clarifications to CircularProgressIndicator, LinearProgressIndicator, CrossAxisAlignment, added some cross-references to various members, made it slightly clearer that layout algorithms are implementation details. Clarified "elevation" throughout. Added docs to InkResponse and InkWell. Added sample code for: SliverAppBar, Card, ListTile, EdgeInsets, Row, Column, CustomScrollView, ListView, SliverFixedExtentList, and SliverGrid. Fixes #10317. Fixes #10316. Fixes #10267. (sort of, see comment therein) Fixes #9331. (sort of, see comment therein) Fixes #9407. (sort of, see comment therein)
-
- 24 May, 2017 1 commit
-
-
Ian Hickson authored
I added some tests for the bug that I fixed. I added docs for IconButton and AppBar. I added some new constructors for FractionalOffset.
-
- 21 May, 2017 1 commit
-
-
xster authored
Moved everything icons related except the material icon button and the materialicon font list to widget
-
- 03 May, 2017 3 commits
-
-
Ian Hickson authored
Also, I had a question about flutter_test matchers and our style guide says that when I have a question I should update the docs so I did that and then got a bit carried away.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9342
-
Ian Hickson authored
-
- 02 May, 2017 1 commit
-
-
Adam Barth authored
If there is more than one action, then the AppBar should align the title to the left according to <https://material.io/guidelines/platforms/platform-adaptation.html#platform-adaptation-platform-recommendations>
-
- 27 Apr, 2017 1 commit
-
-
Ian Hickson authored
-
- 25 Apr, 2017 1 commit
-
-
Adam Barth authored
This patch reworks some of the guts of scrolling to make it easier to implement nested scrolling effects. The actually nested scrolling effect will be included in a later patch.
-