- Update CHANGELOG.
- Legacy SlidableButton has been removed, use specified direction instead.
- Can update initial button position using setState.
- Button can be stopped at center position.
- Initial button position can set to center even center point is false.
- Update docs on VerticalSlidableButton.
SlidableButton
is now deprecate. Please useHorizontal
orVerticalSlidableButton
for specific direction usage.- Added
autoSlide
as new optional param that can control the button to auto slide after release or not.
- Prevention multiple trigger
onChanged
whentristate
is true.
- New state
SlidableButtonPosition.sliding
whentristate
is set to true.
- Added new option when the animation slide start after released PR #4.
- Added new option to restart button position PR #2.
- Added
HitTestBehavior.translucent
. - Prevention maintenance from deprecated API.
- Fix
label
not showing when onChanged is null. - Add example supports for Android, iOS, Web, macOS, and Windows.
- Update README.
- Fix border behind the button.
- Update README.
- Initial release.
- Support null safety.