1. 02 Mar, 2017 1 commit
    • xster's avatar
      Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) · a76c352d
      xster authored
      * Add cupertino to gallery and add CupertinoButto
      
      * Use single quotes
      
      * Add disabled state
      
      * Some review notes
      
      * Make button animation more responsive and tweak timing
      
      * Renamed things Cupertino
      
      * Button with background, move cupertino demos, move material demos
      
      * Move 2 level list too
      
      * Refactor various demo route names
      
      * Some review notes
      
      * More reviews and add test
      
      * Linter as
      
      * Move private constant up
      a76c352d
  2. 05 Jan, 2017 1 commit
    • Adam Barth's avatar
      Slider shouldn't be open at min (#7342) · 0c6dc598
      Adam Barth authored
      This patch changes the default appearance of Slider to not have the
      thumb be an open circle at its minimum position. The `thumbOpenAtMin`
      property can enable drawing an open thumb at the min position, which was
      the previous behavior.
      
      Fixes #6941
      0c6dc598
  3. 14 Nov, 2016 1 commit
  4. 29 Aug, 2016 1 commit
  5. 12 Jun, 2016 1 commit
  6. 25 May, 2016 1 commit
  7. 09 May, 2016 1 commit
  8. 21 Apr, 2016 1 commit
  9. 04 Apr, 2016 1 commit
  10. 14 Mar, 2016 1 commit
  11. 13 Mar, 2016 2 commits
    • Adam Barth's avatar
      [rename fixit] Flex alignments · d5b2e2a0
      Adam Barth authored
      * justifyContent -> mainAxisAlignment
      * alignItems -> crossAxisAlignment
      * FlexJustifyContent -> MainAxisAlignment
      * FlexAlignItems -> CrossAxisAlignment
      
      Fixes #231
      d5b2e2a0
    • Adam Barth's avatar
      [rename fixit] ToolBar -> AppBar · ede5dfce
      Adam Barth authored
      * left -> leading (Removes an LTR bias)
      * center -> title (Widget was actually centered)
      * right -> actions (Removes an LTR bias, asymmetric with leading)
      
      Fixes #2348
      ede5dfce
  12. 12 Mar, 2016 2 commits
  13. 22 Jan, 2016 1 commit
  14. 20 Jan, 2016 1 commit
  15. 11 Jan, 2016 1 commit
  16. 04 Dec, 2015 1 commit
    • Hixie's avatar
      Slider Improvements · 6c3459e0
      Hixie authored
      Have the widget support min/max arguments to make the widget easier to
      use. Also, fix the dragging so it's actually where the knob is.
      6c3459e0
  17. 26 Nov, 2015 1 commit
  18. 25 Nov, 2015 2 commits