flutter_image 4.1.12 copy "flutter_image: ^4.1.12" to clipboard
flutter_image: ^4.1.12 copied to clipboard

Image utilities for Flutter: improved network providers, effects, etc.

Image utilities for Flutter #

To be discontinued #

This project will be discontinued on April 30, 2025, and will not receive further updates after that point. Community members interested in collaborating on a community-maintained fork can coordinate in this issue.


NetworkImageWithRetry #

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

Example:

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

99
likes
150
points
12.2k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

Image utilities for Flutter: improved network providers, effects, etc.

Repository (GitHub)
View/report issues
Contributing

Topics

#image #network

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_image