Releases: themisir/flutter-listutils
Releases · themisir/flutter-listutils
v0.2.6
v0.2.2
- Added
ScrollController
support - Updated example with web support
v0.2.1
v0.2.0
- Removed
children
property fromCustomListView
- Removed
provider
dependency errorBuilder
method modified. Now accepts:Widget Function(BuildContext context, dynamic error, CustomListViewState listView)
.CustomListView
now usingCustomScrollView
instead ofListView
onLoadMore
property is deprecated- Fixed #2