sticky_and_expandable_list
Flutter implementation of sticky headers and expandable list.Support use it in a CustomScrollView.
Features
- Support build an expandable ListView, which can expand/collapse section group or pin section header.
- Use it with CustomScrollView、SliverAppBar.
- Listen the scroll offset of current sticky header,
and current sticky header index.
Getting Started
In the pubspec.yaml
of your flutter project, add the following dependency:
Basic Usage
FAQ
How to expand/collapse item?
How to listen current sticky header or the sticky header scroll offset?
GitHub
https://github.com/tp7309/flutter_sticky_and_expandable_list