1. 30 Sep, 2019 1 commit
  2. 03 Sep, 2019 1 commit
    • Greg Spencer's avatar
      Make disabled buttons/chips/text fields not be focusable. (#38726) · 8daa165d
      Greg Spencer authored
      This changes the behavior of text fields, Material buttons, and Chips so that if they are disabled they lose focus. Before this change, it was possible to disable a control and then use focus traversal to reach it anyhow, and in the case of text fields, enter text into a disabled field.
      
      Fixes #33985
      8daa165d
  3. 29 Apr, 2019 1 commit
  4. 07 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. 12 Sep, 2018 1 commit
  7. 02 Aug, 2018 1 commit
  8. 27 Jul, 2018 1 commit
  9. 23 Jul, 2018 1 commit
  10. 16 Jul, 2018 2 commits
  11. 01 Feb, 2018 1 commit
  12. 31 Jan, 2018 1 commit
  13. 09 Jan, 2018 1 commit
  14. 19 Dec, 2017 1 commit
  15. 07 Sep, 2017 1 commit
  16. 28 Aug, 2017 1 commit
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1
  17. 08 Aug, 2017 1 commit
  18. 27 Apr, 2017 1 commit
  19. 07 Apr, 2017 1 commit
  20. 08 Mar, 2017 1 commit
  21. 04 Mar, 2017 1 commit
  22. 22 Feb, 2017 1 commit
    • xster's avatar
      Conform appbar buttons to Material (#8263) · 72fa281f
      xster authored
      Extend app bar left to edge, right to 4dp
      Make leading button square and 56dp
      Keep title at 72dp on Android according to Material
      Renamed IconButton.size to .iconSize
      IconButton minimum size expands to 48dp (#8264)
      IconButton default constraints to 48. Can still stretch to infinity but can't be smaller than 48.
      Ink splash for IconButton 40% bigger than the touch target to match Material
      Tests
      72fa281f
  23. 06 Oct, 2016 1 commit
  24. 20 Sep, 2016 1 commit
  25. 18 Aug, 2016 1 commit