animate_icons 0.0.4
animate_icons: ^0.0.4 copied to clipboard
This is a plugin with the help of which you can animate between any two icons like we do in AnimatedIcon widget given to us by default.
0.0.1 21/06/2020 #
- First Working release to Animate Icons
0.0.2 21/06/2020 #
- Update Gif to Links
0.0.3 21/06/2020 #
- Added an example to use the pakage and updated description
0.0.4 05/07/2020 #
- Added AniamteIconController to animate without onPress.
- The onStartIconPress, onEndIconPress need to return a bool value, if the value returned is true, than the animation will happen and if it returns false, then the animation will not happen.