animated_line_through 1.0.5
animated_line_through: ^1.0.5 copied to clipboard
Animated line through for text for Flutter, with full control over animation
1.0.5 #
- Add RTL-support. Thanks to the @Milad-Akarie.
1.0.4 #
- Fix Flutter 3.16.0 issues.
- Use the same search for
RenderParagraphas forRenderEditablefor the cases, whenRenderParagraphis not direct child. - Stop search for editable parent when we found our node.
1.0.3 #
- Add
strokeWidthparams. Thanks to the @milindgoel15. - Fix main reason why
TextFieldcan draw lines wrong.
1.0.2 #
- Fixes around
TextFieldandTextFormField
1.0.1 #
- Fix: line through text with different alignment
- Fix: line through text with different sizes
1.0.0 #
- Create the package.
- Add
AnimatedLineThroughandAnimatedLineThroughRaw - Add example