slider_captcha 1.1.0
slider_captcha: ^1.1.0 copied to clipboard
slide captcha the same as binance, allow drag and drop for validation
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- TODO: Update document.
0.0.3 #
- TODO: Update document.
0.0.4 #
- TODO: Fix some bug
0.0.5 #
- TODO: update homepage
##0.06 TODO: Update title for sliderBar
##0.07: TODO: Update title style for sliderBar
0.08 #
TODO : -Remove dependencies on other libraries - Fix issue: #5
0.1.0 #
TODO :
- Improve performance
- Add color Options
0.1.1 #
TODO
- Fix bug Puzzle block position out of picture size
0.1.2 #
TODO
- Fix some bug
0.1.3 #
TODO
- update lint rule
0.1.4 #
TODO
- fix bug/ always return true
0.1.5 #
TODO
- fix bug/ Fix bug Puzzle block position out of vertical picture size
0.1.6 #
TODO
- Lock controller when checkAnswer
0.1.7 #
TODO
- fix/issue17: don't show block at first time
0.1.8 #
TODO
- fix/captcha beyond the bound when drag
0.1.9 #
update/allow padding betwent image and controller support flutter 2.x.x
0.1.10 #
update/ allow change icon slider update/ allow change image to widget
1.0.0 #
TODO
- add slider_captcha_client to verify with server
1.0.1 #
- Upgrade android example to android
1.0.2 #
- Feat: Acceptable Error Configuration
1.1.0 #
- Feat: Circle Mode Support
- Added
SliderCaptchaMode.circlefor circular image rotation verification. - Supported in both
SliderCaptcha(Client) andSliderCaptchaClient(Server).
- Added
- Feat: Customizable Captcha Size
- Added
captchaSizeparameter to control the size of the puzzle piece or circle.
- Added
- Feat: UI Customization
- Added
imageToBarPaddingto adjust spacing between the image and slider bar. - Added
slideContainerDecorationfor custom slider button styling. - Added
iconparameter for the slider button. - Added
titleStylefor slider bar text customization.
- Added
- Enhancements
- Added
thresholdparameter toSliderCaptchafor configurable error margins. - Improved slider locking mechanism during verification.
- Added automatic reset animation on verification failure.
- Added