sticky_infinite_list 1.0.1 copy "sticky_infinite_list: ^1.0.1" to clipboard
sticky_infinite_list: ^1.0.1 copied to clipboard

outdated

Infinite list with sticky headers that can be rendered in both directions. It highly customizable and doesn't have any third party dependencies or native(Android/iOS) code. Alongside with default usag [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sticky_infinite_list

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

dependencies:
  sticky_infinite_list: ^1.0.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:sticky_infinite_list/sticky_infinite_list.dart';
114
likes
0
points
3.43k
downloads

Publisher

unverified uploader

Weekly Downloads

Infinite list with sticky headers that can be rendered in both directions. It highly customizable and doesn't have any third party dependencies or native(Android/iOS) code. Alongside with default usage it provides ability to override classes to extend it's usage.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on sticky_infinite_list