animate_icons 2.0.0
animate_icons: ^2.0.0 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.
1.0.2 28/02/2021 #
- Fix icon size issue.
- Update example app.
1.0.0 20/11/2020 #
- Now you can add two different tooltips for start and end icons
- Prevent setState after dispose. Thanks Yaroslav Pronin for the PR.
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.
0.0.3 21/06/2020 #
- Added an example to use the pakage and updated description
0.0.2 21/06/2020 #
- Update Gif to Links
0.0.1 21/06/2020 #
- First Working release to Animate Icons