flutter/flutter_image

Name: flutter_image

Owner: Flutter

Description: Image utilities for Flutter: providers, effects, and more

Created: 2017-07-13 20:52:44.0

Updated: 2018-05-20 21:00:19.0

Pushed: 2018-03-21 15:34:16.0

Homepage: null

Size: 22

Language: Dart

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Image utilities for Flutter

NetworkImageWithRetry

Use NetworkImageWithRetry instead of Image.network to load images from the network with a retry mechanism.

Example:

avatar = new Image(
age: new NetworkImageWithRetry('http://example.com/avatars/123.jpg'),

The retry mechanism may be customized by supplying a custom FetchStrategy function. FetchStrategyBuilder is a utility class that helps building fetch strategy functions.

Features and bugs

Please file feature requests and bugs at https://github.com/flutter/flutter/issues.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.