textuality 0.0.4
textuality: ^0.0.4 copied to clipboard
Textuality is a Flutter package that enhances the Text widget with advanced styling options like gradient, stroked, neon, shadow effects, and more.
Changelog #
[0.0.4] - 2025-01-03 #
- Code Refactoring and minor improvements.
[0.0.3] - 2025-01-03 #
- Improved ShadowText Widget.
[0.0.2] - 2025-01-02 #
- Minor improvements and bug fixes.
[0.0.1] - 2025-01-02 #
- Initial release with the following features:
- GradientText: Allows the text to have a gradient color effect.
- StrokeText: Provides the ability to add an outline around the text.
- NeonText: Adds a neon light effect to the text.
- ChipText: Supports text chips for displaying text in a bubble-like container.
- ShadowText: Adds customizable shadow effects to the text.
- InteractiveText: Enables interaction (e.g., clicks or taps) on text widgets.
- MultiColorText: Allows different colors for parts of the text.
- RotatedText: Supports rotation of text, allowing vertical or angled orientation.
- BlurredText: Adds a blur effect to the text, providing a soft-focus look.
- BorderedBackgroundText: Supports adding borders to the background of the text.