swipe_through_text 0.0.1 swipe_through_text: ^0.0.1 copied to clipboard
Flutter widget that allows users to swipe through a text.
0.0.1 #
- Initial release of the SwipeThroughText Flutter package.
- Provides the SwipeThroughText widget for swiping through a text and strikethrough it when a certain swipe threshold is met.
- Provides several customizable parameters, such as textStyle, strikethroughColor, strikethroughLineHeight, and dashArray.
- Includes callbacks for onSwipeComplete and onSwipeCancel.
- Supports horizontal swiping and strikethrough animation.