flutter/dev/snippets/config
Todd Volkert 6884146925
Add loading support to Image (#33369)
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
2019-05-29 12:52:05 -07:00
..
skeletons Remove remaining "## Sample code" segments, and fix the snippet generator. (#27793) 2019-02-15 07:48:49 -08:00
templates Add loading support to Image (#33369) 2019-05-29 12:52:05 -07:00