sync_scroll 2.0.0+2 copy "sync_scroll: ^2.0.0+2" to clipboard
sync_scroll: ^2.0.0+2 copied to clipboard

SyncScroll allows you to make synchronous scrolling of two or more scrollable widgets, for example, two horizontal ListView.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sync_scroll

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

dependencies:
  sync_scroll: ^2.0.0+2

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:sync_scroll/sync_scroll.dart';
5
likes
130
pub points
30%
popularity

Publisher

verified publisheramazingsoftworks.com

SyncScroll allows you to make synchronous scrolling of two or more scrollable widgets, for example, two horizontal ListView.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on sync_scroll