bouncing_call_slider 1.0.1
bouncing_call_slider: ^1.0.1 copied to clipboard
A customizable Flutter widget that mimics an incoming call slider with bounce animation, swipe-to-accept or decline, and haptic feedback. Ideal for call UI.
1.0.0 - 2025-07-01 #
🎉 Initial release of Bouncing Call Slider
✨ Added #
BouncingCallSliderwidget with vertical swipe support- Bounce animation for idle state
- Haptic feedback triggered at top/bottom bounce
- Rotation effect on bounce
- Accept and decline callbacks (
onAccept,onDecline) - Customizable text:
acceptText,declineText - Customizable icons via
acceptIcon,declineIcon - Color customizations:
iconColorAccept,iconColorDeclinecallBtnBackgroundColoracceptTextColor,declineTextColor
- Size/dimension parameters:
height,width,iconSize,buttonSize - Fully responsive and theme-friendly design
- Example app in
/examplefolder - Demo GIFs in
/screenshotsfolder
