- 23 Sep, 2017 1 commit
-
-
Ian Hickson authored
After all my recent refactorings, some of the names were not really reasonable any more.
-
- 22 Sep, 2017 11 commits
-
-
Hans Muller authored
-
Yegor authored
* internationalize time numerals * tests * use foundation.dart instead of meta.dart * address comments
-
Ian Hickson authored
* Pin all dependencies ONCE AND FOR ALL This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version. * Add 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
-
Ian Hickson authored
This is the last class other than BoxDecoration in this file, so by extracting it we finally have all the parts of BoxDecoration extracted.
-
Ian Hickson authored
This reverts commit 4a04de5e.
-
Yegor authored
* Fix inherited widget notifications in Localizations * address comments
-
Ian Hickson authored
* Revert "Pin args to 0.13.7 to avoid version conflict (#12208)" This reverts commit 63802b3d. * Revert "LinearGradient and RadialGradient RTL (#12204)" This reverts commit daedbc84.
-
Alexander Aprelev authored
-
- 21 Sep, 2017 11 commits
-
-
Ian Hickson authored
-
Alexander Aprelev authored
-
Ian Hickson authored
To make it cleaner when we RTLify these.
-
Ian Hickson authored
-
Ryan Macnak authored
-
Ryan Macnak authored
-
Alexandre Ardhuin authored
-
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
-
xster authored
* Refactor CupertinoScaffold * Rename rootTabPageBuilder to tabBuilder * fix tab transparency padding * Add default background color * review notes * fix test
-
xster authored
* round 3 * partially address comments * merge * review notes * review * review * review
-
- 20 Sep, 2017 11 commits
-
-
xster authored
-
xster authored
* round 2 * deal with null futures * review * review * review * review
-
Ian Hickson authored
I inflated instead of deflating. Oops.
-
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
-
Michael Goderbauer authored
-
Ian Hickson authored
Add an RTL version of BorderRadius. Minor fixes to EdgeInsets to match.
-
Ian Hickson authored
-
Collin Jackson authored
-
xster authored
* Record original pointer event timestamp * review * review * review * Matched motions with iOS. Didn’t add overscroll spring clamps and fix tests yet. * clamp max overscroll transfer * Add test * review notes, moved things around * remove function passing indirection * review * Replace stopwatch with timestamp from #11988 * move static * Review
-
xster authored
* Record original pointer event timestamp * review * review * review
-
- 19 Sep, 2017 5 commits
-
-
Zachary Anderson authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
- 18 Sep, 2017 1 commit
-
-
Zachary Anderson authored
-