1. 22 Oct, 2017 1 commit
  2. 02 Oct, 2017 1 commit
  3. 21 Apr, 2017 1 commit
  4. 20 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. 04 Mar, 2017 1 commit
  7. 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
  8. 21 Feb, 2017 1 commit
  9. 28 Jul, 2016 1 commit
  10. 08 Jul, 2016 1 commit
    • Adam Barth's avatar
      Custom switch images are nutty (#4852) · fc711a10
      Adam Barth authored
      Rather than requiring the developer to specify a full Decoration, we now
      just take an ImageProvider for the thumb image. Also, fix
      ImageFit.scaleDown to actually work.
      
      Fixes #4571
      Fixes #4673
      fc711a10
  11. 21 Jun, 2016 1 commit
  12. 12 Jun, 2016 1 commit
  13. 09 May, 2016 1 commit
  14. 21 Apr, 2016 1 commit
  15. 20 Apr, 2016 1 commit
  16. 08 Apr, 2016 1 commit
  17. 06 Apr, 2016 1 commit
  18. 31 Mar, 2016 1 commit
  19. 14 Mar, 2016 1 commit
  20. 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
  21. 12 Mar, 2016 1 commit
  22. 20 Jan, 2016 1 commit