Baseflow / Baseflow/flutter_cached_network_image
Expose Opacity (Animation<double>) of underlying Image widget
Open
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
## 🏗 Enhancement Proposal
CachedNetworkImage should expose the underlying opacity property of the Image widget.
### Pitch
If one needs to animate the opacity of an image widget, it is more performant to animate this property rather than wrapping your widget in an Opacity, AnimatedOpacity, FadeTransitions etc...
### Platforms affected (mark all that apply)
- [y] :iphone: iOS
- [y] :robot: Android
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.