flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Expose Opacity (Animation<double>) of underlying Image widget

Open spauldhaliwal opened this issue 2 years ago • 0 comments

🏗 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

spauldhaliwal avatar Apr 22 '22 12:04 spauldhaliwal