1. 07 Oct, 2019 1 commit
  2. 04 Oct, 2019 2 commits
  3. 24 Sep, 2019 2 commits
  4. 20 Sep, 2019 2 commits
  5. 16 Sep, 2019 2 commits
  6. 12 Sep, 2019 1 commit
  7. 10 Sep, 2019 1 commit
  8. 05 Sep, 2019 1 commit
  9. 22 Aug, 2019 1 commit
  10. 10 Aug, 2019 1 commit
  11. 09 Aug, 2019 1 commit
  12. 06 Aug, 2019 1 commit
  13. 05 Aug, 2019 3 commits
  14. 24 Jul, 2019 1 commit
  15. 19 Jul, 2019 1 commit
  16. 12 Jul, 2019 1 commit
  17. 10 Jul, 2019 2 commits
    • Greg Spencer's avatar
      Add anchors to samples (#35906) · 67ee3e19
      Greg Spencer authored
      This adds an "anchor button" to each of the samples so that the user can link to individual samples instead of having to link to just the page. Clicking on the anchor button jumps to the anchor, as well as copying the anchor URL to the clipboard.
      
      There is some oddness in the implementation: because dartdoc uses a <base> tag, the href for the link can't just be "#id", it has to calculate the URL from the current window href. I do that in the onmouseenter and onclick because onload doesn't get triggered for <a> tags (and onmouseenter doesn't get triggered for mobile platforms), but I still want the href to be updated before someone right-clicks it to copy the URL.
      67ee3e19
    • Ian Hickson's avatar
      flutter/tests support (#33140) · 176ebfd5
      Ian Hickson authored
      This introduces a script that implements the conventions described in https://github.com/flutter/tests/pull/1.
      176ebfd5
  18. 09 Jul, 2019 1 commit
  19. 04 Jul, 2019 1 commit
  20. 02 Jul, 2019 1 commit
  21. 27 Jun, 2019 2 commits
  22. 19 Jun, 2019 1 commit
  23. 14 Jun, 2019 1 commit
  24. 10 Jun, 2019 1 commit
  25. 04 Jun, 2019 1 commit
  26. 03 Jun, 2019 1 commit
  27. 01 Jun, 2019 2 commits
  28. 30 May, 2019 2 commits
  29. 29 May, 2019 2 commits