page 1.2.2 page: ^1.2.2 copied to clipboard
Data structure to help paginating (e.g. cursor- or next-token-driven) API calls.
1.2.2 #
- Updated lints and language rules.
1.2.1 #
- Updated lints and formatting.
1.2.0 #
- Migrated to null-safety.
- BREAKING CHANGE: Implementations should return
Page.empty()
when there is no next page.
1.1.1 #
- Using modern Dart.
1.1.0 #
synchronizePages
to synchronize/diff two pages (assuming the keys are sorted in ascending order).
1.0.0 #
- Initial version.