Baseflow / Baseflow/flutter_cached_network_image
CachedNetworkImage will render twice
Open
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
`Container(
constraints:BoxConstraints(maxHeight: 218),
child: CachedNetworkImage(imageUrl: imageUrls),
)`
The position of the image is center when first render,
and then it will to left at the second render(That's right).
How to resolve this problem, thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.