paging_view 2.4.1
paging_view: ^2.4.1 copied to clipboard
Like Android Jetpack's Paging library 3, manages data and displays paged lists.
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.