Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ImageStreamListener.onChunk() #33092

Merged
merged 5 commits into from
May 21, 2019
Merged

Commits on May 21, 2019

  1. Add support for ImageStreamListener.onChunk()

    This is another step towards supporting image loading
    progress notification at the widgets layer.
    
    This adds an `ImageChunkEvent` class along with associated
    `ImageChunkListener` callback signature and an `onChunk`
    property to `ImageStreamListener`. The events serve to
    notify registered listeners when byte chunks are received
    while loading an image.
    
    flutter#32374
    tvolkert committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a10dd44 View commit details
    Browse the repository at this point in the history
  2. Self-review

    tvolkert committed May 21, 2019
    Configuration menu
    Copy the full SHA
    f0b4190 View commit details
    Browse the repository at this point in the history
  3. Review comments

    tvolkert committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a3d14d9 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    tvolkert committed May 21, 2019
    Configuration menu
    Copy the full SHA
    390f2a8 View commit details
    Browse the repository at this point in the history
  5. Review comments

    tvolkert committed May 21, 2019
    Configuration menu
    Copy the full SHA
    979d163 View commit details
    Browse the repository at this point in the history