flutter_sketchy_text 2.0.0
flutter_sketchy_text: ^2.0.0 copied to clipboard
Library to create sketchy text. with highlight, underline, strikethrough, circle and rectangle.
2.0.0 18 February 2025 #
π New Features #
- Added Support for Plain & Organic Animations
- Plain Mode: Straight-line animations for a clean effect.
- Organic Mode: Hand-drawn, wavy animations for a natural feel.
π Improvements #
- Refactored API for Simplicity
- Unified
SketchyModelto handle both headings and paragraphs. - Reduced required parameters for
SketchySentance.
- Unified
- Enhanced Readability in Docs
- Improved
README.mdwith clearer usage examples. - Added code examples for both Plain & Organic modes.
- Improved
1.0.1 16 February 2025 #
Make improvment in documentations.
1.0.0 15 February 2025 #
-
Performance: Significantly improved performance by optimizing the repainting strategy. The
SketchyTextwidget now only repaints the necessary portions of the text, leading to smoother animations and a more responsive user experience, especially for longer paragraphs and frequent updates. -
Simplified Usage:
- Removed the
startDelayproperty. The package now automatically manages animation timing internally based on the order ofSketchySentanceobjects. - Provided default values for all properties in
SketchySentance. This simplifies common use cases and allows for more concise code.
- Removed the
0.1.0 7 February 2025 #
implemented changes to the sketchy model, renaming highlightColor to sketchyColor and highlightType to sketchyType. Increased the rectangle box width and adjusted the offset for complete word/sentence coverage. Added a click listener to the animated text.
0.0.3 6 February 2025 #
Resolve the gif image issue in the README.
0.0.2 5 February 2025s #
Make improvment in documentations.
0.0.1 5 February 2025 #
Initial release, should be polished