• Todd Volkert's avatar
    Add loading support to Image (#33369) · 68841469
    Todd Volkert authored
    This adds two new builders to the `Image` class:
    
    * `frameBuilder`, which allows callers to control the widget
      created by an [Image].
    * `loadingBuilder`, which allows callers fine-grained control
      over how to display loading progress of an image to the user.
    
    `FadeInImage` can be simplified by migrating to the new API.
    This is done in a follow-on commit.
    
    https://github.com/flutter/flutter/issues/32374
    68841469
Name
Last commit
Last update
..
src Loading commit data...
analysis_options_user.yaml Loading commit data...
animation.dart Loading commit data...
cupertino.dart Loading commit data...
foundation.dart Loading commit data...
gestures.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
physics.dart Loading commit data...
rendering.dart Loading commit data...
scheduler.dart Loading commit data...
semantics.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...