overflow_text 0.0.1 copy "overflow_text: ^0.0.1" to clipboard
overflow_text: ^0.0.1 copied to clipboard

A Flutter package that will help you to display a long text in a small space.

A Flutter package that will help you to display a long text in a small space.

How to use it #

OverflowTextWidget(
  text: Text(
    "Mollit aute cupidatat ullamco sit dolor id non proident veniam enim ad dolore amet culpa.",
    softWrap: false,
    overflow: TextOverflow.visible,
  ),
  waitDuration: Duration(seconds: 3),
  animationDuration: Duration(seconds: 5),
),
5
likes
130
pub points
66%
popularity

Publisher

unverified uploader

A Flutter package that will help you to display a long text in a small space.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on overflow_text