my_custom_text_package 0.0.8
my_custom_text_package: ^0.0.8 copied to clipboard
A lightweight Flutter package providing a next-gen customizable text widget and utility classes for reusable UI components.
Changelog #
All notable changes to this project will be documented in this file.
0.0.7 #
Added #
- Add fully documented example for all new features
- Updated README with new features and usage instructions
0.0.5 #
Added #
- Next-Gen
CustomTextWidgetwith:- RichText support (mentions
@user, hashtags#flutter, emojis) - Tap callbacks per word/mention/hashtag
- Gradient text and animated gradient support
- Shadow and glow effects
- Predefined style presets (
title,subtitle,body,caption,buttonText) - Selectable text support
- Pub.dev-ready
textScalerfor non-linear text scaling
- RichText support (mentions
- Fully documented example for all new features
- Updated README with new features and usage instructions
0.0.4 #
Fixed #
- Replaced deprecated
textScaleFactorwithtextScalerto comply with Flutter 3.12+ and improve pub.dev score
0.0.3 #
Added #
- Full example showcasing all features of
CustomTextWidget. - Added the example app to the Git repository.
- Updated README with detailed usage instructions.