1. 26 Oct, 2019 1 commit
  2. 28 Jun, 2019 1 commit
  3. 31 May, 2019 1 commit
    • Todd Volkert's avatar
      Update FadeInImage to use new Image APIs (#33370) · 56940b54
      Todd Volkert authored
      This updates FadeInImage to use the new Image.frameBuilder
      API (added in #33369), to greatly simplify the implementation
      of FadeInImage.
      
      This also removes the FadeInImage.placeholderSemanticLabel property.
      This property was added in #28799 for the sake of completeness (the bug
      it fixed was the lack of any semantic label support in FadeInImage), but a
      placeholder is a transient visual artifact, not something that affects the
      underlying semantic meaning of the image.
      56940b54
  4. 09 Mar, 2019 1 commit
  5. 06 Mar, 2019 1 commit
  6. 16 Oct, 2018 1 commit
  7. 12 Sep, 2018 1 commit
  8. 09 Aug, 2018 1 commit
  9. 02 Feb, 2018 1 commit
  10. 07 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Move image logic from services/ to painting/. (#13409) · 44e228eb
      Ian Hickson authored
      This allows the scheduler library to depend on the services library
      and the painting library to depend on the scheduler library without
      the services library having to depend on the scheduler library.
      
      While I was at it I also cleaned up some of the binding logic: the
      licenses logic can now be overridden (and the test library does so),
      and the image cache can now be overridden as well.
      44e228eb
  11. 02 Aug, 2017 1 commit
    • Yegor's avatar
      FadeInImage: shows a placeholder while loading then fades in (#11371) · 89d06450
      Yegor authored
      * FadeInImage: shows a placeholder while loading then fades in
      
      * fix dartdoc quotes
      
      * license headers; imports
      
      * use ImageProvider; docs; constructors
      
      * _resolveImage when placeholder changes
      
      * address comments
      
      * docs re ImageProvider changes; unsubscribe from placeholder
      
      * rebase
      
      * address comments
      89d06450