1. 14 Jan, 2021 1 commit
  2. 15 Dec, 2020 1 commit
  3. 11 Dec, 2020 1 commit
  4. 21 Nov, 2020 1 commit
  5. 10 Nov, 2020 1 commit
  6. 07 Nov, 2020 1 commit
  7. 06 Nov, 2020 1 commit
  8. 05 Nov, 2020 1 commit
  9. 02 Nov, 2020 2 commits
  10. 31 Oct, 2020 1 commit
  11. 30 Oct, 2020 1 commit
  12. 27 Oct, 2020 1 commit
  13. 15 Oct, 2020 1 commit
  14. 12 Oct, 2020 1 commit
  15. 10 Oct, 2020 1 commit
  16. 08 Oct, 2020 1 commit
  17. 07 Oct, 2020 1 commit
  18. 06 Oct, 2020 1 commit
  19. 22 Sep, 2020 1 commit
  20. 21 Aug, 2020 1 commit
    • Todd Volkert's avatar
      Remove remaining uses of `childToSlot` (#64273) · dae720be
      Todd Volkert authored
      The remaining uses of this pattern were all due to wanting to have
      the child's slot when `Element.forgetChild()` was called. However,
      when that method is called, the child's `slot` value is still valid
      in the context of the parent, so the uses can just use `child.slot`.
      
      This is the final round of cleanup from the fallout of #63269
      dae720be
  21. 20 Aug, 2020 4 commits
  22. 11 Aug, 2020 1 commit
  23. 29 Jul, 2020 1 commit
  24. 15 Jul, 2020 1 commit
  25. 14 Jul, 2020 2 commits
  26. 10 Jul, 2020 1 commit
  27. 08 Jul, 2020 1 commit
  28. 05 Jul, 2020 1 commit
  29. 16 Jun, 2020 1 commit
  30. 11 Jun, 2020 1 commit
  31. 04 Jun, 2020 1 commit
  32. 28 May, 2020 1 commit
  33. 27 May, 2020 1 commit
  34. 10 Apr, 2020 1 commit
  35. 07 Apr, 2020 1 commit
    • EricEnslen's avatar
      Allow ListTiles to be autofocused (#54229) · cccfe96e
      EricEnslen authored
      Adds an "autofocus" param to ListTile and its Checkbox, Radio and Switch variants, and passes the given value through to the wrapped InkWell, Switch, etc.
      
      This is important for scenarios like a settings screen, where the first interactable element on a page may be a SwitchListTile, for example.
      cccfe96e