1. 11 Sep, 2017 1 commit
  2. 05 May, 2017 1 commit
  3. 03 May, 2017 1 commit
  4. 23 Apr, 2017 1 commit
  5. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  6. 31 Mar, 2017 1 commit
  7. 20 Mar, 2017 1 commit
  8. 04 Mar, 2017 1 commit
  9. 23 Feb, 2017 1 commit
  10. 09 Feb, 2017 1 commit
  11. 31 Jan, 2017 1 commit
  12. 23 Nov, 2016 1 commit
  13. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  14. 19 Nov, 2016 1 commit
  15. 18 Nov, 2016 1 commit
  16. 03 Nov, 2016 1 commit
  17. 25 Oct, 2016 1 commit
  18. 23 Oct, 2016 1 commit
  19. 26 Sep, 2016 2 commits
    • Adam Barth's avatar
      Polish SnackBar padding (#6071) · 8c048ec9
      Adam Barth authored
      Previously, we were getting double padding: both inside and outside the button.
      This patch moves all the padding inside the button so that the whole region is
      hittable and the text is positioned correctly.
      
      Fixes #6059
      8c048ec9
    • Ian Hickson's avatar
      Turn off AnimationControllers when not in use (#5902) · 9e673853
      Ian Hickson authored
      This requires all AnimationController objects to be given a
      TickerProvider, a class that can create the Ticker.
      
      It also provides some nice mixins for people who want to have their
      State provide a TickerProvider. And a schedulerTickerProvider for those
      cases where you just want to see your battery burn.
      
      Also, we now enforce destruction order for elements.
      9e673853
  20. 07 Sep, 2016 1 commit
  21. 12 Jun, 2016 1 commit
  22. 07 Jun, 2016 1 commit
  23. 25 May, 2016 1 commit
  24. 16 May, 2016 2 commits
  25. 04 May, 2016 1 commit
    • Adam Barth's avatar
      Add missing dartdocs from material.dart (#3709) · 7712e583
      Adam Barth authored
      Making progress towards document all public APIs in material.dart. We're still
      missing a few odds and ends (as well as missing docs in tabs.dart,
      tooltip.dart, and two_level_list.dart).
      7712e583
  26. 03 May, 2016 1 commit
  27. 29 Apr, 2016 1 commit
    • Adam Barth's avatar
      Fix the padding and space for FlatButton and RaisedButton (#3650) · b2fa6c25
      Adam Barth authored
      Instead of incorporating the margin into the button, introduce a ButtonBar
      widget that supplies the proper spacing between the buttons. Also, make these
      buttons more configurable via ButtonTheme so that dialogs can change the
      minWidth and padding of the buttons as required by the spec.
      
      Fixes #1843
      Fixes #3184
      b2fa6c25
  28. 24 Apr, 2016 1 commit
    • Adam Barth's avatar
      Add Flow layout · f53a5a52
      Adam Barth authored
      A flow layout is optimized for reposition children with transformation
      matrices. A flow layout can animate the position of its children very
      efficiently.
      f53a5a52
  29. 07 Apr, 2016 1 commit
  30. 01 Apr, 2016 2 commits
  31. 31 Mar, 2016 1 commit
  32. 30 Mar, 2016 1 commit
  33. 29 Mar, 2016 1 commit
  34. 18 Mar, 2016 1 commit
  35. 14 Mar, 2016 1 commit
  36. 13 Mar, 2016 1 commit
    • Adam Barth's avatar
      [rename fixit] Flex alignments · d5b2e2a0
      Adam Barth authored
      * justifyContent -> mainAxisAlignment
      * alignItems -> crossAxisAlignment
      * FlexJustifyContent -> MainAxisAlignment
      * FlexAlignItems -> CrossAxisAlignment
      
      Fixes #231
      d5b2e2a0
  37. 12 Mar, 2016 1 commit