- 24 Sep, 2017 3 commits
-
-
Todd Volkert authored
It was incorrectly added in #11858
-
Adam Barth authored
Just some very minor tweaks to remove subtle LTR bias. We use the same arrow rotation animation in RTL and LTR, but I think that's correct. Usually, rotations are either clockwise or anitclockwise, which are the same in RTL and LTR. We might need to check with someone who reads an RTL language to confirm. Fixes #11845
-
Adam Barth authored
This widget makes it easier to animated Positioned widgets with awareness of the ambient Directionality. Fixes #11998
-
- 23 Sep, 2017 1 commit
-
-
Adam Barth authored
Also, fix asserts in TableBorder#paint to match documentation. Fixes #12009
-
- 22 Sep, 2017 5 commits
-
-
Yegor authored
* internationalize time numerals * tests * use foundation.dart instead of meta.dart * address comments
-
Yegor authored
* introduce localized text geometry in MaterialLocalizations * remove geometry from color text themes * fix merge conflict * optional Localizations * fix fallback; test; docs
-
Yegor authored
* misc .arb fixes; localizations validator * regenerate localizations * address comments * do not treat plural variations as invalid keys
-
Hans Muller authored
-
Yegor authored
* Fix inherited widget notifications in Localizations * address comments
-
- 21 Sep, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
xster authored
* Refactor CupertinoScaffold * Rename rootTabPageBuilder to tabBuilder * fix tab transparency padding * add a CupertinoTab * Add default background color * Add a bunch of examples * A bunch of tests * Refactor CupertinoScaffold * Rename rootTabPageBuilder to tabBuilder * fix tab transparency padding * Add default background color * review notes * fix test * review * Rename CupertinoTab to CupertinoTabView * remove final ; in sample code for analyzer
-
- 20 Sep, 2017 2 commits
-
-
Chris Bracken authored
Correctly handle the case where the TextEditingController associated with a TextField is set to null. Due to a typo (= vs ==), previously this was a no-op and the existing TextEditingController was retained, rather than copied.
-
Zev Youra authored
* Add IconThemeData adjustment to ListTile trailing element (makes consistent with leading element) * Add test for ListTile theme changes * Pull out and share IconThemeData variable between leading and trailing * remove extra comma * fix style nit
-
- 15 Sep, 2017 7 commits
-
-
Collin Jackson authored
Fix dropdown buttons menus being clipped by the edge of the screen
-
Yegor authored
* upper case * fix Russian material translations * regenerate localizations.dart
-
Hans Muller authored
-
Ian Hickson authored
* Allow FloatingActionButton to not have a heroTag. * Allow FloatingActionButton to not have a child. * Allow Tooltip to not have a child. * Improve the debug output of the default FloatingActionButton hero tag. * Improve the error message in the Hero clashing-tag case. * Improve the debug output of the Hero widget. * Improve the debug output of gesture-related widgets. * Minor improvements to documentation. * Fix some typos in comments. * Fix some style nits.
-
Hans Muller authored
-
Hans Muller authored
-
Ian Hickson authored
-
- 14 Sep, 2017 4 commits
-
-
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
-
Yegor authored
* Internationalize the time picker - header layout and formatting - 12-hour vs 24-hour dial - RTL * make TimeOfDayFormat an enum * address comments
-
Kyle Bradshaw authored
* Trailing widget override for ExpansionTile Fixes #11890 * Add a test * Replaced missing comma
-
Ian Hickson authored
-
- 13 Sep, 2017 2 commits
-
-
Ian Hickson authored
This reverts commit da0602fe.
-
Ian Hickson authored
-
- 12 Sep, 2017 3 commits
-
-
Hans Muller authored
-
gspencergoog authored
Adds a default title to the Title widget, fixes #6802.
-
Jacob Richman authored
Diagnostics object is.
-
- 11 Sep, 2017 1 commit
-
-
Adam Barth authored
Fix a bunch of obvious RTL bugs from code inspection.
-
- 08 Sep, 2017 1 commit
-
-
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
-
- 07 Sep, 2017 2 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
- 06 Sep, 2017 1 commit
-
-
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
-
- 05 Sep, 2017 2 commits
-
-
Adam Barth authored
Fixes #11855
-
Adam Barth authored
Fixes #11868
-
- 02 Sep, 2017 1 commit
-
-
Adam Barth authored
Fixes #11379
-
- 01 Sep, 2017 3 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.
-
Adam Barth authored
Fixes #5215
-
Adam Barth authored
Fixes #11381
-