- 14 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 13 Sep, 2017 7 commits
-
-
Ian Hickson authored
Also, remove some redundant error-checking code that never runs because we're running these scripts with `set -e`.
-
Ian Hickson authored
This ports the five-second retry interval from flutter.bat to the Bash version. Failures during "pub get" of the flutter tool are common on Travis and so this should help Travis reliability if nothing else.
-
Carlo Bernaschina authored
* Add --trace-skia parameter to flutter run Skia tracing is extremely useful for internal debug, but reduces the amount of space available in the Dart Timeline buffers. Disable skia tracing by default and expose them via the --trace-skia flag. * Roll Engine to 57a1445a45964d386500c39f5e8d06db060abadb
-
Ian Hickson authored
This reverts commit da0602fe.
-
Ian Hickson authored
-
Alexander Aprelev authored
* Recreate outputFileName completer, handle process launch errors. * Fix formatting * Updated comment
-
Alexander Aprelev authored
-
- 12 Sep, 2017 13 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
-
Carlo Bernaschina authored
Closes https://github.com/flutter/flutter/pull/12049
-
Michael Thomsen authored
Update to reflect https://github.com/flutter/flutter/pull/11751 and https://github.com/flutter/website/pull/663
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
Mikkel Nygaard Ravn authored
-
Jacob Richman authored
Diagnostics object is.
-
- 11 Sep, 2017 8 commits
-
-
Adam Barth authored
Fix a bunch of obvious RTL bugs from code inspection.
-
Todd Volkert authored
-
Michael Goderbauer authored
-
gspencergoog authored
Removed the legacy --plugin option from flutter create. Fixes #11815.
-
Yegor authored
* only tap on widgets reachable by hit testing * use FractionalOffset * added tests * check finder finds correct widget * undo unintentional changes * address comments * style fix * add Directionality in test * fix analysis warning
-
Jacob Richman authored
* Refactor SemanticsData and SemanticsNode to use Diagnosticable. * Switch toStringDeep to take named parameters.
-
Sarah Zakarias authored
-
Ian Hickson authored
-
- 08 Sep, 2017 7 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
-
Ian Hickson authored
-
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 4 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
Ian Hickson authored
This roll includes: https://github.com/flutter/engine/pull/4069 - Return generated kernel filename on incremental compilation results https://github.com/flutter/engine/pull/4070 - Updates for the dart:fidl.internal rename and split https://github.com/flutter/engine/pull/4072 - Set the is_official_build flag that disables GR_TEST_UTILS in Skia https://github.com/flutter/engine/pull/4067 - Define which SemanticsNodes are a11y focusable on Android
-
Michael Goderbauer authored
-