elva_scroll_view 0.0.5 copy "elva_scroll_view: ^0.0.5" to clipboard
elva_scroll_view: ^0.0.5 copied to clipboard

A Flutter package for nested scrolling with coordinated scrolling and inertial scrolling transfer capabilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add elva_scroll_view

With Flutter:

 $ flutter pub add elva_scroll_view

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

dependencies:
  elva_scroll_view: ^0.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:elva_scroll_view/elva_scroll_view.dart';
1
likes
0
points
173
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for nested scrolling with coordinated scrolling and inertial scrolling transfer capabilities.

Repository (GitHub)
View/report issues

Topics

#scroll-view #scrolling #inertial-scroll #coordinated-scroll #nested

License

unknown (license)

Dependencies

flutter

More

Packages that depend on elva_scroll_view