animated_chat_action_button 1.0.3 copy "animated_chat_action_button: ^1.0.3" to clipboard
animated_chat_action_button: ^1.0.3 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
135
points
41
downloads

Publisher

verified publisherluk3d.com

Weekly Downloads

Awesome animated button like whatsapp audio recording button

Repository
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

do_tween, flutter

More

Packages that depend on animated_chat_action_button