- Fix for nullsafety. Thanks @cerberodev.
- Null safety support. Thanks @cerberodev.
onRefreshcallback was added , it works similar like theRefreshIndicatorwidget.displacementproperty was added, default value is40. ifonRefreshis null then this property is ignored.
Bugs fixed
Add overlay widget to header.
This widget will be placed on top the header container.
Can be used to add clickable items to the header bottom which doesn't prevent it from scrolling.
- Get rid of nested ListViews, allow list items to consume gestures [Thanks PiN73].
- New option to avoid blur the content when scroll. blurContent = false.
- Fixed an issue related to the highlightHeader (now it can detects gesture events).
- First release.