auto_scroll_text 1.0.0 copy "auto_scroll_text: ^1.0.0" to clipboard
auto_scroll_text: ^1.0.0 copied to clipboard

Single line text widget that scrolls its content automatically, so long texts stay readable without overlapping or being cut off by TextOverflow.ellipsis.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_scroll_text

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  auto_scroll_text: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auto_scroll_text/auto_scroll_text.dart';
22
likes
160
points
876
downloads

Documentation

API reference

Publisher

verified publisherbomsamdi.com

Weekly Downloads

Single line text widget that scrolls its content automatically, so long texts stay readable without overlapping or being cut off by TextOverflow.ellipsis.

Repository (GitHub)
View/report issues

Topics

#text #marquee #scrolling #widget #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on auto_scroll_text