Baseflow / Baseflow/flutter_cached_network_image
Load image from redirect URL not working
Open
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
## 🐛 Bug Report
Image from redirect URL is not working
### Expected behavior
Image from redrect URL is displayed
### Reproduction steps
```
CachedNetworkImage(
placeholder: (context, url) => CircularProgressIndicator(),
imageUrl: 'https://www.instagram.com/p/CCv3KfZju2o/media/?size=t',
height: 50,
errorWidget: (context, url, error) => Icon(Icons.error),
)
```
### Configuration
**Version:** 2.3.2+1
**Platform:**
- [ ] :iphone: iOS
- [X] :robot: Android
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.