middle_ellipsis_text 1.0.0
middle_ellipsis_text: ^1.0.0 copied to clipboard
A lightweight Flutter widget that truncates long text with ellipsis (...) in the middle — perfect for filenames, URLs, and long identifiers.
Changelog #
1.0.0 Initial Release 🎉 #
✨ Features #
- Added
MiddleEllipsisTextwidget to truncate long text in the middle with... - Supports customizable
keepStartFraction(control how much of the start/suffix is kept) - Smart width-based measurement using
TextPainter - Built-in caching for performance
- Fully null-safe and Flutter 3.32.8 compatible
- Includes example app and unit tests
🧪 Tests #
- Covers cases for short text, long text, caching, and edge widths
- Ensures
keepStartFractionbehavior works as expected
🧱 Project Setup #
- Added
example/standalone demo (web, iOS, Android ready) - Added standardized
.gitignoreandanalysis_options.yaml - Configured CI workflow template for
flutter test
📄 License #
- Licensed under MIT © 2025 dab246