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
onSubmitcallback to provide aSlideToSubmitControllerfor 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
onSubmitusingWidgetsBinding.addPostFrameCallback. - β Added support for
bounceCurveparameter in both default and custom constructors.
1.0.1 - 2025-07-15 #
- πΌοΈ Added a screenshot image to
README.mdfor visual demonstration.
1.0.0 Initial Release #
- π First release of the
slide_to_submitpackage. - β
Introduced
SlideToSubmitwidget 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.customconstructor for complete customization. - β€ Included
AnimatedSlideArrowfor guiding the user visually.
