pagination_grid_view 1.0.1 copy "pagination_grid_view: ^1.0.1" to clipboard
pagination_grid_view: ^1.0.1 copied to clipboard

A Flutter grid view with built-in pagination, pull-to-refresh, empty states, and loading indicators. Perfect for image galleries, product grids, and any paginated grid layout.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pagination_grid_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pagination_grid_view: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pagination_grid_view/pagination_grid_view.dart';
1
likes
150
points
14
downloads

Documentation

API reference

Publisher

verified publisherdhananjayafernando.online

Weekly Downloads

A Flutter grid view with built-in pagination, pull-to-refresh, empty states, and loading indicators. Perfect for image galleries, product grids, and any paginated grid layout.

Topics

#grid #pagination #infinite-scroll #listview #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pagination_grid_view