1. 25 Jun, 2019 1 commit
  2. 06 Jun, 2019 1 commit
  3. 07 Mar, 2019 1 commit
  4. 06 Mar, 2019 1 commit
  5. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  6. 01 Oct, 2018 1 commit
  7. 28 Sep, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 04 Aug, 2018 1 commit
  10. 02 Aug, 2018 1 commit
  11. 27 Jul, 2018 1 commit
  12. 23 Jul, 2018 1 commit
  13. 16 Jul, 2018 2 commits
  14. 19 Jun, 2018 1 commit
  15. 10 Jun, 2018 1 commit
  16. 09 Jun, 2018 1 commit
  17. 19 Apr, 2018 1 commit
  18. 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
  19. 21 Apr, 2017 1 commit
  20. 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
  21. 07 Apr, 2017 1 commit
  22. 04 Mar, 2017 1 commit
  23. 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
  24. 04 Feb, 2017 1 commit
  25. 26 Jan, 2017 1 commit
  26. 09 May, 2016 1 commit
  27. 21 Apr, 2016 1 commit
  28. 06 Apr, 2016 1 commit
  29. 14 Mar, 2016 1 commit
  30. 13 Mar, 2016 1 commit
    • 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
  31. 12 Mar, 2016 1 commit
  32. 23 Feb, 2016 1 commit
  33. 22 Jan, 2016 1 commit
  34. 20 Jan, 2016 1 commit
  35. 26 Nov, 2015 1 commit
  36. 23 Nov, 2015 3 commits