free_scroll_listview 2.0.20 copy "free_scroll_listview: ^2.0.20" to clipboard
free_scroll_listview: ^2.0.20 copied to clipboard

A Flutter list view that supports animated scrolling to any index and efficient head/tail data insertion.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add free_scroll_listview

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

dependencies:
  free_scroll_listview: ^2.0.20

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:free_scroll_listview/free_scroll_listview.dart';
1
likes
150
points
305
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter list view that supports animated scrolling to any index and efficient head/tail data insertion.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, synchronized

More

Packages that depend on free_scroll_listview