1. 13 Feb, 2019 1 commit
  2. 29 Jan, 2019 1 commit
  3. 19 Dec, 2018 1 commit
  4. 18 Dec, 2018 1 commit
  5. 16 Oct, 2018 1 commit
  6. 01 Oct, 2018 1 commit
  7. 23 Sep, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 02 Aug, 2018 1 commit
  10. 27 Jul, 2018 1 commit
  11. 23 Jul, 2018 1 commit
  12. 16 Jul, 2018 2 commits
  13. 09 Jul, 2018 1 commit
  14. 05 Jun, 2018 1 commit
  15. 11 May, 2018 1 commit
  16. 20 Mar, 2018 1 commit
  17. 22 Nov, 2017 1 commit
  18. 03 Nov, 2017 1 commit
  19. 25 Oct, 2017 1 commit
  20. 20 Oct, 2017 1 commit
  21. 11 Sep, 2017 1 commit
  22. 04 Aug, 2017 1 commit
  23. 03 Aug, 2017 1 commit
  24. 25 Jul, 2017 1 commit
  25. 21 Jul, 2017 1 commit
    • xster's avatar
      iOS text selection (#11224) · aa096b50
      xster authored
      Extract common text selection overlay logic from Material to Widget and create a Cupertino version of the overlays
      aa096b50
  26. 24 May, 2017 1 commit
    • xster's avatar
      CupertinoTabBar (#10264) · 69c25424
      xster authored
      Move some Cupertino colors to a common file. 
      
      Create a CupertinoTabBar widget to mimic iOS looks
      69c25424
  27. 27 Apr, 2017 1 commit
  28. 23 Apr, 2017 1 commit
  29. 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
  30. 06 Apr, 2017 1 commit
  31. 04 Apr, 2017 1 commit
  32. 19 Mar, 2017 1 commit
  33. 03 Mar, 2017 1 commit
  34. 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