auto_text_bouncer 0.1.0 copy "auto_text_bouncer: ^0.1.0" to clipboard
auto_text_bouncer: ^0.1.0 copied to clipboard

A Flutter package for creating auto-scrolling text with bouncing effect.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_text_bouncer

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

dependencies:
  auto_text_bouncer: ^0.1.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_text_bouncer/auto_text_bouncer.dart';
2
likes
160
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating auto-scrolling text with bouncing effect.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

auto_scroll_text, flutter

More

Packages that depend on auto_text_bouncer