pagination_controller 0.1.1+1 copy "pagination_controller: ^0.1.1+1" to clipboard
pagination_controller: ^0.1.1+1 copied to clipboard

The `pagination_controller` package provides an abstract and reusable pagination logic for Flutter applications. It supports different pagination methods such as offset-based and page-based pagination [...]

0.1.1 #

  • Version of dependencies was bumped.

0.1.0 #

  • updateItemAt method was implemented.
  • removeItemAt method was implemented.
  • another improvements.

0.0.1 #

  • First release
2
likes
130
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

The `pagination_controller` package provides an abstract and reusable pagination logic for Flutter applications. It supports different pagination methods such as offset-based and page-based pagination. It also integrates with `ScrollController` for automatic loading of new data as users scroll.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc

More

Packages that depend on pagination_controller