textuality 0.0.1
textuality: ^0.0.1 copied to clipboard
Textuality is a Flutter package that enhances the default Text widget by offering advanced styling options such as gradient text, stroked text, neon effects, text chips, shadows, and more. With Textua [...]
Changelog #
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.