/overflow_text

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

Primary LanguageDartGNU General Public License v3.0GPL-3.0

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