sticky_and_expandable_list 1.0.0-nullsafety sticky_and_expandable_list: ^1.0.0-nullsafety copied to clipboard
Build a grouped list, which support expand/collapse section and sticky header, support use it with sliver widget.
1.0.0-nullsafety #
- migrate to nullsafety version.
0.3.1 #
- support add nested list view, but has some limit.
- add integration_test for example.
0.3.0 #
- support overlapsContent property.
- add more examples.
- [Bugfix]show error when collapse sticky section or last section.
0.2.3 #
- [Bugfix]the header will move from top to the position where I click last item/position #18
0.2.1 #
- fix bugs on Flutter 1.17.0.
0.2.0 #
- import widgets.dart instead of material.dart
- fix some bugs.
0.2.0-beta #
- Use more friendly api.
- Support customize expand/collapse animation.
- fix some bugs.
0.1.0 #
- Initial repository.