sticky_infinite_list_plus 4.0.2+2 copy "sticky_infinite_list_plus: ^4.0.2+2" to clipboard
sticky_infinite_list_plus: ^4.0.2+2 copied to clipboard

Infinite list with sticky headers that can be rendered any direction. Supports header positioning. Can be customized or with config options or with override.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sticky_infinite_list_plus

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

dependencies:
  sticky_infinite_list_plus: ^4.0.2+2

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_plus/models/alignments.dart';
import 'package:sticky_infinite_list_plus/models/sticky_state.dart';
import 'package:sticky_infinite_list_plus/models/types.dart';
import 'package:sticky_infinite_list_plus/render.dart';
import 'package:sticky_infinite_list_plus/sticky_infinite_list.dart';
import 'package:sticky_infinite_list_plus/widget.dart';
3
likes
140
pub points
47%
popularity

Publisher

verified publisheritisnajim.com

Infinite list with sticky headers that can be rendered any direction. Supports header positioning. Can be customized or with config options or with override.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on sticky_infinite_list_plus