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),
),

Libraries

overflow_text