dynamic_paging_listview_widget 0.1.3+1 dynamic_paging_listview_widget: ^0.1.3+1 copied to clipboard
A dynamic scrollable flutter ListView with pagination feature and flexible customization on UI Flutter Widget.
0.1.3+1 #
- fix extra top padding when using SliverAppBar Widget
0.1.3 #
- add builderInListItem to DyAddonWidgetConfig class
0.1.2+4 #
- fix fetch next page, got call next page when scroll at bottom
- add onScrollNotificationListener to DyListView (Custom Scroll Notification Listener)
0.1.2+3 #
- fix fetch next page, got call next page when not scroll at bottom
0.1.2+2 #
- fix setState() called after dispose()
0.1.2+1 #
- fix (mode expanded = false) when size of (errorWidgetBuilder, noDataWidgetBuilder, loadingWidgetBuilder) overflow to parent widget
0.1.2 #
- add errorWidgetConfig(DyWidgetConfig) to DyListView
- add noDataWidgetConfig(DyWidgetConfig) to DyListView
- add loadingWidgetConfig(DyWidgetConfig) to DyListView
0.1.1+2 #
- add onFirstInit(DyFetchCustomParam) to DyFetchCustomParamConfig
0.1.1+1 #
- add DyFetchCustomParamConfig to DyListView
0.1.1 #
- Add parameter customParameter(DyFetchCustomParam) to DyListViewController.fetch
- Add parameter customParameter(DyFetchCustomParam) to DyListViewController.fetchData
0.1.0 #
- Migrate to from prev listview to DyListView
0.0.6+2 #
- bug fix page number on first trigger after onReload called "fetchNext"
0.0.6+1 #
- add export for model "PageableListViewItemData"
0.0.6 #
- (BETA) add "SelectPagingListView" listview paging with selector feature
- add parameter function "checkDataIsSelected" to PageableListViewController.fetchWithoutPaging
- add parameter function "checkDataIsSelected" to PageableListViewController.fetchFirstPage
- add parameter function "checkDataIsSelected" to PageableListViewController.fetchNextPage
- move model "PageableListViewItemData" file location
0.0.5 #
- bug fixing filter item on Function "filterListItem"
0.0.4 #
- add flag stickToBottomLoadingNextPageBuilder to loadingNextPageBuilder
0.0.3 #
- remove function "filter" on init
- Add Function "resetFilterListItem"
- Add Function "filterListItem"
0.0.2 #
- Add flag isSelected to item
- Add feature select or unselect all item
- Add feature select or unselect item
- Add Function to trigger setState parent widget from this controller
- Replace parameter List
- Replace parameter List
0.0.1+5 #
- Add custom pull to refresh
0.0.1+4 #
- Add horizontal mode (Experimental)
- Some minor improvement
- Add Axis direction to list controller
0.0.1+3 #
- Bug Fixing scroll trigger on fetch next page with refresh page
- Change parameter Widget? loadingNextPage to Widget Function(BuildContext, int)? loadingNextPageBuilder
0.0.1+2 #
- Bug Fixing scroll position when reload for next page
- Bug Fixing fetch for next page not triggered when combined with NestedScrollView
0.0.1 #
Initial Release