- 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
physics
parameter toCustomScrollView
- #9
- Fixed #6
- Removed deprecated
onLoadMore
parameter
- Storong type support
- Added
ScrollController
support
- Added browser support to
NetworkListAdapter
- 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
- Fixed memory leak issue
- Added
disablePagination
property toNetworkListAdapter
- Added
errorBuilder
property toCustomListView
- Added
StaticListAdapter
- Improved loading items using adapter by using debounce timer
- Added
headers
property toNetworkListAdapter
- Renamed from listutils to listview_utils
- Example code simplified
- Fixed major bugs
- Added example project
- Readme created
- Added description
- Initial release