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.
