Baseflow / Baseflow/flutter_cached_network_image
Image not loading
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
### Always showing progress bar
`CachedNetworkImage(
imageUrl: 'https://s3.ap-south-1.amazonaws.com/ee-uploaded-files/product_images/33226645241915_187.jpeg',
placeholder: (context, url) => const Padding(
padding: EdgeInsets.all(10.0),
child: CircularProgressIndicator(
backgroundColor: Colors.white,
color: Colors.black45,
strokeWidth: 1,
),
),
errorWidget: (context, url, error) => Icon(Icons.error),
),`
platform android
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.