satng / overflow_text

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Dart 100.0%