scroll_loop_auto_scroll

Creator: coderz1093

Last updated:

Add to Cart

Description:

scroll loop auto scroll

Scroll Loop Auto Scroll #
This widget automatically scrolls the custom child widget to an infinite loop.
Examples #


Features #

User scroll input 🆕
Infinite Auto Scroll
Custom child widgets
Custom scroll direction
Specifying custom durations and gap
Like for more features

Installation #
Add scroll_loop_auto_scroll: ^0.0.5 to your pubspec.yaml dependencies. And import it:
import 'package:scroll_loop_auto_scroll/scroll_loop_auto_scroll.dart';
copied to clipboard
How to use #
Simply create a ScrollLoopAutoScroll widget, and pass the required params:
ScrollLoopAutoScroll(
child: Text(
'Very long text that bleeds out of the rendering space',
style: TextStyle(fontSize: 20),
),
scrollDirection: Axis.horizontal,
)
copied to clipboard
Params #

ScrollLoopAutoScroll(
child: child, //required
scrollDirection: Axis.horizontal, //required
delay: Duration(seconds: 1),
duration: Duration(seconds: 50),
gap: 25,
reverseScroll: false,
duplicateChild : 25,
enableScrollInput : true,
delayAfterScrollInput : Duration(seconds: 1)
)
copied to clipboard
More Level Up Your Flutter Skills #
⭐️ Stripe In Flutter Link
⭐️ Flutter In-App Purchase Link
⭐️ Flutter In-App Subscription Link
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.