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

outdated

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: ^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:sync_scroll/sync_scroll.dart';
6
likes
40
pub points
31%
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

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on sync_scroll