1. 23 Apr, 2021 2 commits
  2. 21 Apr, 2021 1 commit
  3. 30 Mar, 2021 1 commit
  4. 25 Mar, 2021 1 commit
  5. 18 Mar, 2021 1 commit
  6. 16 Mar, 2021 2 commits
  7. 15 Mar, 2021 1 commit
  8. 09 Mar, 2021 1 commit
  9. 06 Mar, 2021 2 commits
  10. 23 Feb, 2021 1 commit
  11. 18 Feb, 2021 1 commit
  12. 17 Feb, 2021 1 commit
  13. 11 Feb, 2021 1 commit
  14. 09 Feb, 2021 1 commit
  15. 03 Feb, 2021 1 commit
  16. 02 Feb, 2021 1 commit
    • Sam Rawlins's avatar
      Remove "unnecessary" imports. (#75198) · 11609d11
      Sam Rawlins authored
      In each library where an import is removed, the library uses some elements
      provided by the import, BUT there is another import which provides all of the
      same elements, and at least one more which the library uses.
      
      In this change, we remove the imports which can be simply removed in favor of
      the other already present imports.
      
      See https://github.com/dart-lang/sdk/issues/44569 for more information.
      11609d11
  17. 27 Jan, 2021 1 commit
  18. 12 Jan, 2021 1 commit
  19. 18 Nov, 2020 1 commit
  20. 16 Nov, 2020 1 commit
  21. 09 Nov, 2020 1 commit
  22. 30 Oct, 2020 1 commit
  23. 23 Oct, 2020 1 commit
  24. 14 Oct, 2020 1 commit
  25. 08 Oct, 2020 2 commits
  26. 06 Oct, 2020 2 commits
  27. 05 Oct, 2020 1 commit
  28. 03 Oct, 2020 2 commits
  29. 01 Oct, 2020 2 commits
    • Dan Field's avatar
      Revert dispose images when done (#67100) · 473358d9
      Dan Field authored
      * Revert "docs for image disposal (#67066)"
      
      This reverts commit bcb2ac5a.
      
      * Revert "Dispose of images after using them (#66688)"
      
      This reverts commit a7954691.
      473358d9
    • Dan Field's avatar
      Dispose of images after using them (#66688) · a7954691
      Dan Field authored
      * Dispose of images after using them
      Adds ImageInfo.clone, ImageInfo.dispose, and ImageInfo.isCloneOf.
      Makes all stateful holders of ui.Image objects properly clone and dispose of them.
      Behavior change for ImageStreamCompleter: Removing the last listener after registering at least one listener results in the object being disposed, and new listeners cannot be added, unless a keepAlive handle is created.
      Makes all non-stateful holders of ui.Image (i.e. paintImage and RawImage) assert that whoever gave the image to them has not disposed it on them.
      a7954691
  30. 23 Sep, 2020 1 commit
  31. 22 Sep, 2020 2 commits
  32. 18 Sep, 2020 1 commit