progressive_button_flutter 1.2.0
progressive_button_flutter: ^1.2.0 copied to clipboard
A customizable Flutter button widget with built-in loading and progress indicators.
0.0.1 #
Initial Release #
- Customizable width and height
- Built-in loading animation
- Progress indicator with percentage
- Circular progress indicator (optional)
- Stretches to full width (optional)
- Estimated time-based progress simulation
1.0.0 #
Added #
onSuccess
callback to execute on successful completion of the button action.onFailure
callback to execute on failure of the button action.onComplete
callback to execute on completion of the button action.elevation
parameter to customize the elevation of the button.shadowColor
parameter to customize the shadow color of the button.enableHapticFeedback
parameter to enable or disable haptic feedback on button press.gradient
parameter to define custom gradient styles.progressGradient
parameter to define custom gradient styles for the progress indicator.
Updated #
- Documentation in
README.md
to include new parameters and features.
1.1.0 #
Added #
audioAssetPath
parameter to specify the path for a custom audio effect.volume
parameter to set the volume for the audio effect.
Updated #
ProgressiveButtonFlutter
now supports playing custom audio effects when the button is pressed.- Improved error handling and debugging for audio playback issues.