1. 08 Oct, 2021 3 commits
  2. 22 Sep, 2021 1 commit
  3. 03 Aug, 2021 1 commit
  4. 01 Jul, 2021 1 commit
  5. 21 May, 2021 1 commit
  6. 15 Apr, 2021 1 commit
  7. 31 Mar, 2021 1 commit
  8. 30 Mar, 2021 1 commit
  9. 26 Mar, 2021 1 commit
  10. 06 Mar, 2021 1 commit
  11. 18 Feb, 2021 1 commit
  12. 14 Dec, 2020 1 commit
  13. 11 Dec, 2020 1 commit
  14. 29 Oct, 2020 1 commit
  15. 26 Oct, 2020 1 commit
  16. 10 Oct, 2020 1 commit
  17. 08 Oct, 2020 1 commit
  18. 06 Oct, 2020 1 commit
  19. 17 Sep, 2020 1 commit
  20. 14 Aug, 2020 1 commit
  21. 06 Aug, 2020 2 commits
  22. 20 Jul, 2020 1 commit
  23. 15 Jul, 2020 1 commit
  24. 07 Jul, 2020 1 commit
  25. 06 Jul, 2020 2 commits
  26. 23 Jun, 2020 1 commit
  27. 11 Jun, 2020 2 commits
  28. 03 Jun, 2020 1 commit
  29. 27 Apr, 2020 2 commits
  30. 23 Apr, 2020 2 commits
  31. 09 Apr, 2020 1 commit
  32. 02 Apr, 2020 1 commit
  33. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      Greg Spencer authored
      This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class.
      
      It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
      210f4d83