jk_fast_listview 0.8.1 jk_fast_listview: ^0.8.1 copied to clipboard
ListView for Flutter. Support fast scrolling among a large amount of data, flexible widget size, index-based scrolling, item recycler.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jk_fast_listview
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
jk_fast_listview: ^0.8.1
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:jk_fast_listview/jk_fast_listview.dart';