Baseflow / Baseflow/flutter_cached_network_image
Image loads in center then moves to start of container
Open
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
## 🐛 Bug Report
The image fades in the centre of the column and then aligns to the left.
Code
```
CachedNetworkImage(
imageUrl: url,
alignment: Alignment.centerLeft,
fit: BoxFit.cover,
)
```
### Expected behavior
Replacing this code with FadeInImage works correctly and fades-in aligned correctly.
### Configuration
**Version:** 3.2.0
**Flutter Version:** 3
**Platform:**
- [ ] :iphone: iOS
- [x] :robot: Android
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.