1. 16 Sep, 2019 2 commits
  2. 12 Sep, 2019 1 commit
  3. 10 Sep, 2019 1 commit
  4. 05 Sep, 2019 1 commit
  5. 22 Aug, 2019 1 commit
  6. 10 Aug, 2019 1 commit
  7. 09 Aug, 2019 1 commit
  8. 06 Aug, 2019 1 commit
  9. 05 Aug, 2019 3 commits
  10. 24 Jul, 2019 1 commit
  11. 19 Jul, 2019 1 commit
  12. 12 Jul, 2019 1 commit
  13. 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
  14. 09 Jul, 2019 1 commit
  15. 04 Jul, 2019 1 commit
  16. 02 Jul, 2019 1 commit
  17. 27 Jun, 2019 2 commits
  18. 19 Jun, 2019 1 commit
  19. 14 Jun, 2019 1 commit
  20. 10 Jun, 2019 1 commit
  21. 04 Jun, 2019 1 commit
  22. 03 Jun, 2019 1 commit
  23. 01 Jun, 2019 2 commits
  24. 30 May, 2019 2 commits
  25. 29 May, 2019 3 commits
  26. 25 May, 2019 2 commits
  27. 24 May, 2019 1 commit
  28. 22 May, 2019 2 commits
  29. 14 May, 2019 1 commit