sticky_grouped_list library

This library brings support for a list view in which the items can be grouped together in different sections.

This library is based on the package scrollable_positioned_list which brings the ability to programatically scroll through the list.

To use this library in your code:

import 'package:sticky_grouped_list/sticky_grouped_list.dart';

Classes

GroupedItemScrollController
Controller to jump or scroll to a particular element the list.
ItemPositionsListener
Provides a listenable iterable of itemPositions of items that are on screen and their locations.
StickyGroupedListView<T, E>
A groupable list of widgets similar to ScrollablePositionedList, execpt that the items can be sectioned into groups.

Enums

StickyGroupedListOrder
Used to define the order of a StickyGroupedListView.