- 13 Sep, 2017 3 commits
-
-
Ian Hickson authored
This reverts commit da0602fe.
-
Ian Hickson authored
-
Alexander Aprelev authored
-
- 12 Sep, 2017 8 commits
-
-
xster authored
* Things lay out but the effects not right yet * Remaining functionalities and tests * one line large title only * Add more docs * review
-
Collin Jackson authored
-
Ian Hickson authored
This will make it more tractable to convert them for RTL.
-
Collin Jackson authored
-
Hans Muller authored
-
gspencergoog authored
Adds a default title to the Title widget, fixes #6802.
-
Michael Goderbauer authored
* Show accessibility frame while scrolling * ++ * fix test
-
Jacob Richman authored
Diagnostics object is.
-
- 11 Sep, 2017 4 commits
-
-
Adam Barth authored
Fix a bunch of obvious RTL bugs from code inspection.
-
Michael Goderbauer authored
-
Jacob Richman authored
* Refactor SemanticsData and SemanticsNode to use Diagnosticable. * Switch toStringDeep to take named parameters.
-
Ian Hickson authored
-
- 08 Sep, 2017 6 commits
-
-
Hans Muller authored
* Make an app's supported locales configurable * Added an supportedLocales.isNotEmpty assert * WidgetsApp no longer const because supportedLocales.isNotEmpty * updated per review feedback * tweaked dartdoc to restart the build * updated per review feedback * Updated per review feedback
-
Michael Goderbauer authored
* ++ * ++ * ++ * ++ * ++ * dart docs * test fix * undo unintended change * fix test * fix test * review feedback
-
Ian Hickson authored
...rather than only wrapping the children. Also, improvements to Banner to better support RTL, and mock_canvas to make debugging things easier.
-
Adam Barth authored
Notice that the default alignment for Stack needs to know the directionality.
-
Adam Barth authored
* Rename BannerLocation enum values * topLeft -> topStart * topRight -> topEnd * bottomLeft -> bottomStart * bottomRight -> bottomEnd These names will make it easier for us to adjust the location of the banner in right-to-left mode. See the discussion on flutter-dev. * Add RTL support for Banner Fixes #11905
-
Mehmet Fidanboylu authored
* Selectively apply margin between middle and leading If ToolbarLayout does not have a leading widget, we should not put a margin between leading and middle areas since it ends up being blank space that looks odd. Fixes https://github.com/flutter/flutter/issues/11963 * Fix the failing test which is a good test case for missing leading widget
-
- 07 Sep, 2017 3 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
xster authored
-
- 06 Sep, 2017 3 commits
-
-
Adam Barth authored
This patch just fixes the next and previous buttons to be in the proper place. There might be other issues with the DatePicker, but this one was obvious. See #11377
-
Collin Jackson authored
-
Mikkel Nygaard Ravn authored
-
- 05 Sep, 2017 6 commits
-
-
Michael Goderbauer authored
* getOffsetToReveal deals with pinned slivers If a Sliver can potentially be pinned at the edge of a viewport, getOffsetToReveal will take that into account and scroll further up/down to ensure that the object to reveal doesn't end up covered by a pinned sliver. This is important for accessibility scrolling with app bars. Since how much a pinned sliver is covering is dynamic (it can change with scroll offset, etc), getOffsetToReveal deals with the worst case and tries to ensure that the object to uncover is visible when the pinned slivers are at their max pinned extent. * name fixes * review feedback * typos * renaming * fix analyzer * fix test * analyzer fixes
-
Adam Barth authored
Fixes #11855
-
Michael Goderbauer authored
-
Adam Barth authored
Fixes #11868
-
Adam Barth authored
Fixes #11848
-
Sarah Zakarias authored
-
- 03 Sep, 2017 2 commits
-
-
Adam Barth authored
Also, fix the interpolation between visual and directional fractional offsets. The interpolation now works visually in whatever direction the result eventually gets resolved into. Fixes #11847 Fixes #11357
-
German Saprykin authored
* Fixed TrackingScrollController cleaning stored offset on position's detach * Fixed format. * Fixed format. * Fixed test with Directionality support.
-
- 02 Sep, 2017 1 commit
-
-
Adam Barth authored
Fixes #11379
-
- 01 Sep, 2017 4 commits
-
-
Adam Barth authored
Most of the framework widgets should work in terms of EdgeInsetsGeometry rather than EdgeInsets so that their clients can supply directional insets.
-
Alexandre Ardhuin authored
* enable lint prefer_final_fields * enable lint recursive_getters * enable lint unnecessary_overrides
-
Adam Barth authored
Fixes #5215
-
Adam Barth authored
Fixes #11381
-