paging_view 2.6.4
paging_view: ^2.6.4 copied to clipboard
Like Android Jetpack's Paging library 3, manages data and displays paged lists.
2.6.4 #
- Update lint rules.
- Update documentation.
2.6.3 #
- Update README.
- Update pubspec.yaml.
2.6.2 #
- Add
onLoadStartedcallback.
2.6.1 #
- Export
SliverBoundsDetector.
2.6.0 #
- Add
CenterPagingListto support prepend and append with center items. - Fix performance in
SliverPagingListandSliverPagingGrid.
2.5.2 #
- Remove
centerandanchorparameters from Widgets.
2.5.1 #
- Improve code coverage.
- Update README.
2.5.0 #
- Add
PrependLoadStateBuilderandAppendLoadStateBuilder. - Add
LoadErrorPolicyanderrorPolicytoDataSource. - Add
onLoadFinishedcallback toDataSource. - Update example project.
- Update documentation.
- Add many unit tests and widget tests.
2.4.5 #
- Made optional widgets nullable.
2.4.4 #
- Fix api.
2.4.3 #
- Add hasNextAppend and hasNextPrepend flags to DataSource.
- Update example and README.
2.4.2 #
- Fix SliverBoundsDetector logic and test.
- Improve performance.
- Add manual load mode.
2.4.1 #
- Update documentation.
- Update unit tests.
2.4.0 #
- Add
GroupedPagingGridandSliverGroupedPagingGridwidgets. - Remove
visibility_detectorpackage dependency. - Update example project.
2.3.3 #
- Fix prepend and append logic in SliverPagingGrid.
2.3.2 #
- Fix prepend and append logic.
2.3.1 #
- Fix grouped paging list bug.
- Add unit tests.
- Add
visibility_detectorpackage dependency. - Update example project.
2.3.0 #
- Add
insertItem,removeItemandremoveItemsfunctions toDataSource - Add
GroupedPagingListandSliverGroupedPagingListwidgets - Add
GroupedDataSourceclass - Update example project
- Code cleanup
- Update README
2.2.0 #
- Add
updateItemsfunction toDataSource
2.1.0 #
- Add
updateItemfunction toDataSource - Add unit tests
2.0.0 #
- Remove deprecated code.
- Add
StackTracetoExceptionWidgetBuilder. - Update Dart 3.8 and Flutter 3.32.0.
- Format code with Dart 3.8.
- Update example project.
- Update README.
1.5.6 #
- Prevent operations on disposed PageManager.
1.5.5 #
- Code cleanup.
- Update example project.
1.5.4 #
- Code cleanup.
- Add delay property to append and prepend.
1.5.3 #
- Improve documentation.
1.5.2 #
- Add fill remain option to error and empty widget.
1.5.1 #
- Improve SliverPagingList.
1.5.0 #
- Update flutter_lints to ^3.0.0.
1.4.0 #
- Add
addListenerandremoveListenertoDataSource. - Deprecate 'smoothRefresh()'.
- Remove Equatable dependency.
- Code cleanup.
1.3.0 #
- Flutter 3.13.0
- remove sliver_tools package dependency
1.2.0 #
- Add smoothRefresh mode
1.1.2 #
- Fix README
1.1.1 #
- minor fix
1.1.0 #
- Flutter 3.10.0
- Dart 3.0.0
1.0.5 #
- Fix ExceptionWidgetBuilder parameter type.
1.0.4 #
- fix error builder.
1.0.3 #
- Add .separated constructor.
1.0.2 #
- Add horizontal pattern example.
- Fix error handling.
1.0.1 #
- Code cleanup.
- Update README.
1.0.0 #
- Stable release.
0.0.2 #
- Add emptyWidget.
- Add documents.
0.0.1 #
- Initial release.