Skip to content

Image utilities for Flutter: providers, effects, and more

License

Notifications You must be signed in to change notification settings

OwnWeb/flutter_image

 
 

Repository files navigation

Image utilities for Flutter

NetworkImageWithRetry

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

Example:

var avatar = new Image(
  image: 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.

About

Image utilities for Flutter: providers, effects, and more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 97.7%
  • Shell 2.3%