ellipsized_text 2.0.0 copy "ellipsized_text: ^2.0.0" to clipboard
ellipsized_text: ^2.0.0 copied to clipboard

✏️ One line ellipsized text with the ability to adjust the position of the ellipsis.

Ellipsized Text #

✏️ The package provides a one line ellipsized text with the ability to adjust the position of the ellipsis.
A very handy widget for shortening public addresses of crypto wallets or other information abbreviations.

Pub Likes Pub Version License: MIT

Buy Me A Coffee

Usage #

The widget is easy to use: Start position:

EllipsizedText(
    "Ellipsized Text Ellipsized Text Ellipsized Text Ellipsized Text",
    type: EllipsisType.start,
    style: TextStyle(fontSize: 24),
),
copied to clipboard

Middle position:

EllipsizedText(
    "Ellipsized Text Ellipsized Text Ellipsized Text Ellipsized Text",
    type: EllipsisType.middle,
    style: TextStyle(fontSize: 24),
),
copied to clipboard

End position:

EllipsizedText(
    "Ellipsized Text Ellipsized Text Ellipsized Text Ellipsized Text",
    type: EllipsisType.end,
    style: TextStyle(fontSize: 24),
),
copied to clipboard

Additional Information #

For more details see example project.
And feel free to open an issue if you find any bugs or errors or suggestions.

15
likes
160
points
3.65k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.03 - 2025.04.17

✏️ One line ellipsized text with the ability to adjust the position of the ellipsis.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on ellipsized_text