1. 03 Nov, 2017 1 commit
    • xster's avatar
      Add an iOS style demo to the gallery (#12651) · 89405002
      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
      89405002
  2. 02 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Adding proper accommodation for textScaleFactor in chips, and StadiumBorder border. (#12533) · 05e10633
      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.
      05e10633
  3. 25 Oct, 2017 1 commit
  4. 24 Oct, 2017 1 commit
  5. 22 Oct, 2017 1 commit
  6. 18 Oct, 2017 1 commit
    • Michael Goderbauer's avatar
      Redesign Semantic Tree Compilation Algorithm (#12605) · f8a2bd20
      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
      f8a2bd20
  7. 14 Oct, 2017 1 commit
  8. 03 Oct, 2017 1 commit
  9. 02 Oct, 2017 1 commit
  10. 27 Sep, 2017 1 commit
  11. 26 Sep, 2017 1 commit
  12. 25 Sep, 2017 1 commit
  13. 22 Sep, 2017 1 commit
  14. 21 Sep, 2017 1 commit
  15. 11 Sep, 2017 1 commit
  16. 08 Sep, 2017 1 commit
    • Adam Barth's avatar
      Rename BannerLocation enum values (#11960) · 1792766a
      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
      1792766a
  17. 09 Aug, 2017 1 commit
  18. 03 Aug, 2017 1 commit
  19. 25 Jul, 2017 1 commit
  20. 14 Jul, 2017 1 commit
  21. 13 Jul, 2017 1 commit
  22. 11 Jul, 2017 1 commit
  23. 20 Jun, 2017 2 commits
  24. 14 Jun, 2017 1 commit
  25. 12 Jun, 2017 2 commits
  26. 08 Jun, 2017 1 commit
  27. 07 Jun, 2017 1 commit
  28. 31 May, 2017 1 commit
    • Ian Hickson's avatar
      Docs for menus (#10396) · ccad2849
      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).
      ccad2849
  29. 27 May, 2017 1 commit
    • Ian Hickson's avatar
      Much work on the documentation (#10331) · f50caddf
      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)
      f50caddf
  30. 19 May, 2017 1 commit
  31. 17 May, 2017 2 commits
  32. 16 May, 2017 1 commit
  33. 15 May, 2017 1 commit
  34. 12 May, 2017 1 commit
  35. 11 May, 2017 1 commit
  36. 10 May, 2017 2 commits