animated_react_button 0.0.2
animated_react_button: ^0.0.2 copied to clipboard
A Flutter package for animated react button such as favorite heart, like and other reactions.
A beautiful animated reaction button. The cool thing is you can customize your own favorite reaction icon, color, icon size.
Features #
Reacting the action.
Getting started #
Usage #
Container(
child: AnimatedReactButton(
reactColor: Colors.red,
onPressed: ()async{
await Future.delayed(Duration(seconds:2));
}))