delayed_network_image 0.0.2 copy "delayed_network_image: ^0.0.2" to clipboard
delayed_network_image: ^0.0.2 copied to clipboard

Delayed network image.

A package that creates a placeholder using an asset image that the user provides until the network image loads.

Android iOS
Support SDK 16+ 9.0+

An animated image of the Android delayed image

Features #

Use an AssetImage while the NetworkImage downloading.

Getting started #

import the package

import 'package:delayed_network_image/delayed_network_image.dart';

Usage #

Wrap your Container with the new DelayedNetworkImage and put required parameters networkImage , assetImage

DelayedNetworkImage(
networkImage: NetworkImage(
'https://letsenhance.io/static/334225cab5be263aad8e3894809594ce/75c5a/MainAfter.jpg'),
assetImage: AssetImage('image/anyImage.jpg'),
child: Container(),
)
2
likes
120
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Delayed network image.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on delayed_network_image