slide_to_submit_button 1.0.3
slide_to_submit_button: ^1.0.3 copied to clipboard
A customizable slide-to-submit button with animation and styling options.
1.0.3 - 2025-07-15 #
- π Refactored
onSubmit
callback to provide aSlideToSubmitController
for external control. - π§ Developers can now call
controller.reset()
orcontroller.done()
insideonSubmit
. - β Added internal controller state management without requiring external instantiation.
- π Improved code documentation for public classes and methods.
- β Cleaned up build warnings related to Android back navigation (suggested manifest fix).
1.0.2 - 2025-07-15 #
- π οΈ Fixed frame skipping and navigation blocking by deferring
onSubmit
usingWidgetsBinding.addPostFrameCallback
. - β Added support for
bounceCurve
parameter in both default and custom constructors.
1.0.1 - 2025-07-15 #
- πΌοΈ Added a screenshot image to
README.md
for visual demonstration.
1.0.0 Initial Release #
- π First release of the
slide_to_submit
package. - β
Introduced
SlideToSubmit
widget with smooth drag-to-submit functionality. - π Added bounce-back animation when submission is not triggered.
- π¨ Included customizable properties: colors, text, icon, dimensions, and more.
- β
SlideToSubmit.custom
constructor for complete customization. - β€ Included
AnimatedSlideArrow
for guiding the user visually.