- Sound null-safety support
- CustomListView breaks when switching from 0.1.5 to 0.2.6+2 in combination without adapter - #18
- Export
PaginationListener.
- Pass
physicsparameter toCustomScrollView- #9
- Fixed #6
- Removed deprecated
onLoadMoreparameter
- Storong type support
- Added
ScrollControllersupport
- Added browser support to
NetworkListAdapter
- Removed
childrenproperty fromCustomListView - Removed
providerdependency errorBuildermethod modified. Now accepts:Widget Function(BuildContext context, dynamic error, CustomListViewState listView).CustomListViewnow usingCustomScrollViewinstead ofListViewonLoadMoreproperty is deprecated- Fixed #2
- Fixed memory leak issue
- Added
disablePaginationproperty toNetworkListAdapter
- Added
errorBuilderproperty toCustomListView - Added
StaticListAdapter - Improved loading items using adapter by using debounce timer
- Added
headersproperty toNetworkListAdapter
- Renamed from listutils to listview_utils
- Example code simplified
- Fixed major bugs
- Added example project
- Readme created
- Added description
- Initial release