1. 13 May, 2021 1 commit
  2. 29 Jan, 2021 1 commit
  3. 05 Oct, 2020 1 commit
  4. 01 Oct, 2020 3 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
    • Michael Goderbauer's avatar
      Migrate flutter_test (#66663) · 19e07d2b
      Michael Goderbauer authored
      19e07d2b
  5. 28 Jul, 2020 1 commit
  6. 14 May, 2020 1 commit