slidable_button 2.0.0
slidable_button: ^2.0.0 copied to clipboard
A simple customizable flutter slide button widget.
2.0.0 #
SlidableButtonis now deprecate. Please useHorizontalorVerticalSlidableButtonfor specific direction usage.- Added
autoSlideas new optional param that can control the button to auto slide after release or not.
1.3.1 #
- Prevention multiple trigger
onChangedwhentristateis true.
1.3.0 #
- New state
SlidableButtonPosition.slidingwhentristateis set to true.
1.0.2 #
- Added
HitTestBehavior.translucent. - Prevention maintenance from deprecated API.
1.0.1+2 #
- Fix
labelnot showing when onChanged is null. - Add example supports for Android, iOS, Web, macOS, and Windows.
1.0.1+1 #
- Update README.
1.0.1 #
- Fix border behind the button.
1.0.0+1 #
- Update README.
1.0.0 #
- Initial release.
- Support null safety.