1. 24 Sep, 2019 2 commits
  2. 17 Sep, 2019 1 commit
  3. 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
  4. 13 Aug, 2019 1 commit
  5. 03 Aug, 2019 1 commit
  6. 13 Jun, 2019 1 commit
  7. 01 May, 2019 1 commit
  8. 09 Mar, 2019 1 commit
  9. 07 Mar, 2019 1 commit
  10. 01 Mar, 2019 2 commits
  11. 22 Feb, 2019 1 commit
  12. 21 Feb, 2019 1 commit
  13. 01 Feb, 2019 2 commits
  14. 08 Jan, 2019 1 commit
  15. 16 Oct, 2018 1 commit
  16. 11 Oct, 2018 1 commit
  17. 03 Oct, 2018 1 commit
  18. 28 Sep, 2018 1 commit
  19. 25 Sep, 2018 3 commits
  20. 12 Sep, 2018 1 commit
  21. 31 Aug, 2018 1 commit
  22. 02 Aug, 2018 1 commit
  23. 27 Jul, 2018 1 commit
  24. 23 Jul, 2018 1 commit
  25. 16 Jul, 2018 2 commits
  26. 09 Jul, 2018 1 commit
  27. 03 Jul, 2018 2 commits
  28. 05 Jun, 2018 1 commit
  29. 31 May, 2018 1 commit
  30. 18 May, 2018 1 commit
    • Greg Spencer's avatar
      Speed up AnimatedSwitcher. (#17265) · 1f5fcb74
      Greg Spencer authored
      This optimizes the AnimatedSwitcher so that it tags the right widget with its keyed subtree, and avoids rebuilding the transition unnecessarily.
      
      This significantly improves the performance of Chips (which uses AnimatedSwitcher to swap out it's avatar and delete icon children).
      1f5fcb74
  31. 12 Apr, 2018 1 commit
    • Greg Spencer's avatar
      Adding ChipTheme, ChipThemeData, and some more tests. (#16447) · 4dbbf678
      Greg Spencer authored
      This converts the chips to use a ChipThemeData to get most of their customization values from (if not overridden by specific arguments to the chip constructors), and to have the base ThemeData contain one of these. It also adds the ChipTheme widget that will allow overriding the theme for a particular subtree in the widget hierarchy.
      
      Added tests for both, and just more tests in general for the Chips.
      4dbbf678
  32. 10 Apr, 2018 1 commit
  33. 05 Apr, 2018 1 commit