page 1.2.1 copy "page: ^1.2.1" to clipboard
page: ^1.2.1 copied to clipboard

Data structure to help paginating (e.g. cursor- or next-token-driven) API calls.

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.
1
likes
140
pub points
44%
popularity

Publisher

verified publisheragilord.com

Data structure to help paginating (e.g. cursor- or next-token-driven) API calls.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on page