1. 15 Oct, 2020 1 commit
  2. 12 Oct, 2020 1 commit
  3. 10 Oct, 2020 1 commit
  4. 08 Oct, 2020 1 commit
  5. 07 Oct, 2020 1 commit
  6. 06 Oct, 2020 1 commit
  7. 22 Sep, 2020 1 commit
  8. 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
  9. 20 Aug, 2020 4 commits
  10. 11 Aug, 2020 1 commit
  11. 29 Jul, 2020 1 commit
  12. 15 Jul, 2020 1 commit
  13. 14 Jul, 2020 2 commits
  14. 10 Jul, 2020 1 commit
  15. 08 Jul, 2020 1 commit
  16. 05 Jul, 2020 1 commit
  17. 16 Jun, 2020 1 commit
  18. 11 Jun, 2020 1 commit
  19. 04 Jun, 2020 1 commit
  20. 28 May, 2020 1 commit
  21. 27 May, 2020 1 commit
  22. 10 Apr, 2020 1 commit
  23. 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
  24. 14 Mar, 2020 1 commit
  25. 28 Feb, 2020 1 commit
  26. 26 Feb, 2020 1 commit
  27. 25 Feb, 2020 1 commit
  28. 11 Feb, 2020 1 commit
  29. 10 Feb, 2020 1 commit
    • Greg Spencer's avatar
      Update samples to work with Dartpad, and convert all that make… (#50377) · 9fb781a5
      Greg Spencer authored
      This PR modifies the existing API docs samples to use DartPad so that all of the samples are now interactive apps on the API docs site.
      
      It also removes the restriction for the max width of the description area so that the dartpad region can expand horizontally.
      
      I updated the first paragraph on the API docs to indicate that Flutter is more than just mobile now (same text as the README.md at the top level).
      
      I modified a few of the examples so that they looked nicer, and fit better on the page.
      
      I added the sample description text above each DartPad instance, since that often defines the context of the example.
      
      I removed animations and images when they were redundant with the sample content. There were a few that made sense to keep, so I did.
      9fb781a5
  30. 31 Jan, 2020 2 commits
  31. 30 Jan, 2020 1 commit
  32. 25 Jan, 2020 1 commit
  33. 08 Jan, 2020 1 commit
  34. 07 Jan, 2020 1 commit
  35. 13 Dec, 2019 1 commit