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

A Flutter widget that automatically and smoothly scrolls a row of items horizontally — marquees, tickers and content sliders.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_scroll_row

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

dependencies:
  auto_scroll_row: ^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_scroll_row/auto_scroll_row.dart';
4
likes
160
points
92
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that automatically and smoothly scrolls a row of items horizontally — marquees, tickers and content sliders.

Repository (GitHub)
View/report issues

Topics

#widget #scroll #marquee #animation #carousel

License

MIT (license)

Dependencies

flutter

More

Packages that depend on auto_scroll_row