auto_wrap_ellipsis_text 1.0.0
auto_wrap_ellipsis_text: ^1.0.0 copied to clipboard
A smart text widget for pixel-perfect wrapping and truncation in Flutter.
0.0.1 #
- Initial release of
AutoWrapEllipsisText. - Supports dynamic pixel-based line wrapping.
- Automatically truncates overflowing text with ellipsis.
- Fully customizable via
TextStyle,maxLines,textAlign, etc. - Supports accessibility with
semanticsLabel, locale, selectionColor. - Gracefully handles size constraints (
SizedBox.shrink()if not renderable). - Optimized for rebuilds with internal width caching.
1.0.0 #
- Chnage min Dart SDK from 3.6 to 2.19
- Update template of README.md, CHANGELOG.md