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 #
onSuccesscallback to execute on successful completion of the button action.onFailurecallback to execute on failure of the button action.onCompletecallback to execute on completion of the button action.elevationparameter to customize the elevation of the button.shadowColorparameter to customize the shadow color of the button.enableHapticFeedbackparameter to enable or disable haptic feedback on button press.gradientparameter to define custom gradient styles.progressGradientparameter to define custom gradient styles for the progress indicator.
Updated #
- Documentation in
README.mdto include new parameters and features.
1.1.0 #
Added #
audioAssetPathparameter to specify the path for a custom audio effect.volumeparameter to set the volume for the audio effect.
Updated #
ProgressiveButtonFlutternow supports playing custom audio effects when the button is pressed.- Improved error handling and debugging for audio playback issues.