1. 06 Dec, 2017 1 commit
  2. 05 Dec, 2017 3 commits
  3. 02 Dec, 2017 1 commit
  4. 01 Dec, 2017 2 commits
  5. 30 Nov, 2017 4 commits
  6. 29 Nov, 2017 1 commit
  7. 25 Nov, 2017 1 commit
  8. 23 Nov, 2017 1 commit
  9. 22 Nov, 2017 1 commit
    • Ian Hickson's avatar
      Dismissible RTL (#13137) · 2db0c25f
      Ian Hickson authored
      Fix the dismissible demo in the gallery (make it actuall update when you pick something from its menu; give it a better affordance for resetting once you've dismissed everything).
      
      Improve some docs.
      
      Fix various flinging bugs with dismissible. Add tests for those cases.
      
      Add a feature to flutter_test to support a drag-then-fling gesture (used by the flinging tests).
      2db0c25f
  10. 17 Nov, 2017 2 commits
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
    • Ian Hickson's avatar
      DropdownButton RTL (#13040) · 8b15b537
      Ian Hickson authored
      This fixes DropdownButtons to align their popups correctly in RTL as well.
      
      Also while I was there I fixed the issue with text scale factor in the gallery.
      8b15b537
  11. 16 Nov, 2017 1 commit
    • Ian Hickson's avatar
      ExpansionPanel animation fixes (#13032) · c97fc206
      Ian Hickson authored
      Previously, ExpansionPanel would do weird things if interacted with
      when it was already animating. This is fixed and there's now a test.
      
      Also:
      
       * Minor fixes to make the gallery work in RTL, not that there's
         any way to see that without hard-coding the framework to RTL.
         But at least I'll be less annoyed when doing that.
      
       * Some trivial code and documentation cleanup.
      c97fc206
  12. 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
  13. 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
  14. 25 Oct, 2017 1 commit
  15. 24 Oct, 2017 1 commit
  16. 22 Oct, 2017 1 commit
  17. 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
  18. 14 Oct, 2017 1 commit
  19. 03 Oct, 2017 1 commit
  20. 02 Oct, 2017 1 commit
  21. 27 Sep, 2017 1 commit
  22. 26 Sep, 2017 1 commit
  23. 25 Sep, 2017 1 commit
  24. 22 Sep, 2017 1 commit
  25. 21 Sep, 2017 1 commit
  26. 11 Sep, 2017 1 commit
  27. 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
  28. 09 Aug, 2017 1 commit
  29. 03 Aug, 2017 1 commit
  30. 25 Jul, 2017 1 commit
  31. 14 Jul, 2017 1 commit
  32. 13 Jul, 2017 1 commit
  33. 11 Jul, 2017 1 commit