amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
376 stars 99 forks source link

add animation in podcast description button #85

Closed Chralu closed 1 year ago

Chralu commented 1 year ago

84 improvement proposal.

This PR is just here to show another solution. This not intended to be merged and will be deleted once #84 is closed.

GouravShDev commented 1 year ago

Ohh I see. I was using "AnimatedContainer" instead of "AnimatedSize" when trying this setState approach and assume it may be because of the rebuild of the widget. Thanks for suggesting this solution.