swipe_through_text 0.0.4 swipe_through_text: ^0.0.4 copied to clipboard
SwipeThroughText is a customizable Flutter widget that allows users to swipe through text. The package is suitable for use in various types of apps, like to-do lists, and more.
0.0.4 #
- 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.