- 03 Nov, 2017 1 commit
-
-
xster authored
* Built first tab * Small additions * started tab 3 * Need color arithmetics * tab 2 built * finalize * lint and tests * review * Reapply docs after rebase * use color.computeLuminance * linter * nit
-
- 02 Nov, 2017 1 commit
-
-
Greg Spencer authored
In order to allow chips to be properly drawn when they expand in size (without using IntrinsicHeight), I needed a BoxDecoration shape that would be dependent upon the rendered height of the widget. This seemed to be pretty generally useful, so I added a new ShapeDecoration called StadiumBorder. It uses the minimum dimension to adjust the BorderRadius of a rounded rect in the shape decoration. I also converted some uses of BoxShape to be case statements, updated the chips to use the StadiumBorder decoration, and updated some of the metrics to match the Material spec, as well as implementing lerping to and from StadiumBorder.
-
- 25 Oct, 2017 1 commit
-
-
Chris Bracken authored
Use our platform identifiers rather than OS names for the platform switcher radio buttons in the drawer as noted in section 2.3.10 of the App Store review guidelines. See: https://developer.apple.com/app-store/review/guidelines/
-
- 24 Oct, 2017 1 commit
-
-
Phil Quitslund authored
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Oct, 2017 1 commit
-
-
Michael Goderbauer authored
* Oct 12 10:12am * implicit_semantics_test.dart passes * refactoring * works in nice * minor rename * more doc comments * to be explicit check better * fix test * ++ * ++ * semantics_9_test (BlockSemantics) and implicit_semantics_test are passing * doc updates * tiny refactor * fix static errors in tests * fix gesture detector * ++ * ++ * geometry * ++ * remove noGeometry * revert test * + * all tests but scrolling/clipping pass * clipping works * scrolling halfway * sliver tests pass * ALL TESTS PASS * SemanticsNode changed * docs and tiny fixes * card test * more doc comments * remove missed print * more tests * make test pass on Linux * remove changes to intellij proj file * review comments
-
- 14 Oct, 2017 1 commit
-
-
Greg Spencer authored
This lets us preview widgets in the gallery using small, normal, large, and HUGE text. Added selections to the main drawer for these options. Defaults to "normal", obviously.
-
- 03 Oct, 2017 1 commit
-
-
Adam Barth authored
Previously, we used `Alignment`, which was difficult to understand. Now, we just use an `Offset` scaled to the child's size, which is much easier to understand.
-
- 02 Oct, 2017 1 commit
-
-
Adam Barth authored
Alignment will eventually replace FractionalOffset.
-
- 27 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 26 Sep, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 25 Sep, 2017 1 commit
-
-
Jason Simmons authored
-
- 22 Sep, 2017 1 commit
-
-
Yegor authored
* internationalize time numerals * tests * use foundation.dart instead of meta.dart * address comments
-
- 21 Sep, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Sep, 2017 1 commit
-
-
Todd Volkert authored
-
- 08 Sep, 2017 1 commit
-
-
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
-
- 09 Aug, 2017 1 commit
-
-
Alexandre Ardhuin authored
* Bump Dart SDK to 1.25.0-dev.9.0 * add link to sdk bug
-
- 03 Aug, 2017 1 commit
-
-
Jacob Richman authored
Add Diagnosticable base class and documentation
-
- 25 Jul, 2017 1 commit
-
-
Jacob Richman authored
Refactor RenderObject.toStringDeep and Widget.toStringDeep code to use DiagnosticsNode.
-
- 14 Jul, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 13 Jul, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 11 Jul, 2017 1 commit
-
-
Michael Goderbauer authored
* a11y fix for list_demo.dart * fix semantics of persistant bottom sheet
-
- 20 Jun, 2017 2 commits
-
-
Michael Goderbauer authored
Remaining known issues are #10831 and #10830.
-
Hans Muller authored
-
- 14 Jun, 2017 1 commit
-
-
gspencergoog authored
* Prefix and Suffix support for TextFields * Adding Tests * Removing spurious newline. * Fixing a small problem with the test * Review Changes
-
- 12 Jun, 2017 2 commits
-
-
Ian Hickson authored
- How do you handle a tap on text? - Why is AnimatedOpacity expensive? - Why would you use a gesture arena team? ...and other minor fixes
-
Ian Hickson authored
-
- 08 Jun, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jun, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 May, 2017 1 commit
-
-
Ian Hickson authored
Also, clean up the menus code a bit. Also, make it easier to write a PopupMenuEntry that has itself many items (for example, the way Chrome's menu has icons in a row).
-
- 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)
-
- 19 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 17 May, 2017 2 commits
-
-
Ian Hickson authored
Previously it was (arbitrarily?) set to 144.0 pixels wide.
-
Ian Hickson authored
The slider never really made much sense and it violated UX guidelines. https://github.com/flutter/flutter/issues/4147
-
- 16 May, 2017 1 commit
-
-
stevemessick authored
-
- 15 May, 2017 1 commit
-
-
Jason Simmons authored
-
- 12 May, 2017 1 commit
-
-
- 11 May, 2017 1 commit
-
-
xster authored
* is default * hit target * correct test name * review note
-
- 10 May, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* enable always_require_non_null_named_parameters lint * Update home.dart
-