animated_chat_action_button 1.0.1 copy "animated_chat_action_button: ^1.0.1" to clipboard
animated_chat_action_button: ^1.0.1 copied to clipboard

Awesome animated button like whatsapp audio recording button

Animated Chat Action Button #

Add a cool animated whatsapp like audio recording button to your app

Installation #

First add animated_chat_action_button to your pubsbec.yaml file:

dependencies:
  animated_chat_action_button: <latest-version>

How to Use #

All you need to do is importing the package and use widget normaly:

AnimatedChatActionButton(
  onHold: (){
    //Start recording audio
  },
  onHoldEnd: (){
    ///Stop recording the audio
  },
)

TODO #

  • Support widget as icon
  • Make size adjustable
2
likes
0
points
69
downloads

Publisher

verified publisherluk3d.com

Weekly Downloads

Awesome animated button like whatsapp audio recording button

Homepage

License

unknown (license)

Dependencies

do_tween, flutter

More

Packages that depend on animated_chat_action_button