animated_line_through 1.0.4 animated_line_through: ^1.0.4 copied to clipboard
Animated line through for text for Flutter, with full control over animation
1.0.4 #
- Fix Flutter 3.16.0 issues.
- Use the same search for
RenderParagraph
as forRenderEditable
for the cases, whenRenderParagraph
is not direct child. - Stop search for editable parent when we found our node.
1.0.3 #
- Add
strokeWidth
params. Thanks to the @milindgoel15. - Fix main reason why
TextField
can draw lines wrong.
1.0.2 #
- Fixes around
TextField
andTextFormField
1.0.1 #
- Fix: line through text with different alignment
- Fix: line through text with different sizes
1.0.0 #
- Create the package.
- Add
AnimatedLineThrough
andAnimatedLineThroughRaw
- Add example