Install this plugin from pub.dev
cached_network_image: ^3.3.0
Example :-
CachedNetworkImage(
height: 80,
width: 80,
// this is network image
imageUrl: reviewModel.carfrontImage!,
// preload assets images before build
errorWidget: (context, url, error) => Image.asset(
'assets/image/red_car.png',
height: 80,
width: 80,
),
),
Install this plugin from pub.dev
cached_network_image: ^3.3.0
Example :-
CachedNetworkImage(
height: 80,
width: 80,
// this is network image
imageUrl: reviewModel.carfrontImage!,
// preload assets images before build
errorWidget: (context, url, error) => Image.asset(
'assets/image/red_car.png',
height: 80,
width: 80,
),
),