super_pagination 4.1.6 copy "super_pagination: ^4.1.6" to clipboard
super_pagination: ^4.1.6 copied to clipboard

Powerful Flutter pagination library with built-in BLoC state management, 6+ view types (ListView, GridView, PageView, StaggeredGrid, ReorderableListView, Column, Row, Custom), advanced error handling [...]

125/ 160
pub points
212
downloads

We analyzed this package 2 days ago, and awarded it 125 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("4.1.6").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

1271 out of 1547 API elements (82.2 %) have documentation comments.

Some symbols that are missing documentation: super_pagination.BottomLoader, super_pagination.BottomLoader.BottomLoader.new, super_pagination.ChatObserverClampingScrollPhysics, super_pagination.ChatObserverClampingScrollPhysics.ChatObserverClampingScrollPhysics.new, super_pagination.ChatObserverScrollPhysicsMixin.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:super_pagination/super_pagination.dart that imports:
  • package:super_pagination/src/presentation/search/search_feature.dart that imports:
  • package:super_pagination/src/presentation/pagination/pagination_feature.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:super_pagination/super_pagination.dart that imports:
  • package:super_pagination/src/presentation/search/search_feature.dart that imports:
  • package:super_pagination/src/presentation/pagination/pagination_feature.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: 'cacheExtent' is deprecated and shouldn't be used. Use scrollCacheExtent instead. This feature was deprecated after v3.41.0-0.0.pre.

lib/src/presentation/pagination/views/widgets/paginate_api_view.dart:758:7

    ╷
758 │       cacheExtent: widget.cacheExtent,
    │       ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/pagination/views/widgets/paginate_api_view.dart

INFO: 'cacheExtent' is deprecated and shouldn't be used. Use scrollCacheExtent instead. This feature was deprecated after v3.41.0-0.0.pre.

lib/src/presentation/pagination/views/widgets/paginate_api_view.dart:994:7

    ╷
994 │       cacheExtent: widget.cacheExtent,
    │       ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/pagination/views/widgets/paginate_api_view.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
flutter_bloc ^9.1.1 9.1.1 9.1.1
flutter_staggered_grid_view ^0.7.0 0.7.0 0.7.0
logger ^2.6.2 2.7.0 2.7.0
provider ^6.1.5+1 6.1.5+1 6.1.5+1
scrollview_observer ^1.26.2 1.27.0 1.27.0
super_core >=2.1.0 <3.0.0 2.2.0 2.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
bloc - 9.2.1 9.2.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.19.0
nested - 1.0.0 1.0.0
vector_math - 2.2.0 2.4.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.14, Flutter 3.44.5, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
125
points
212
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Powerful Flutter pagination library with built-in BLoC state management, 6+ view types (ListView, GridView, PageView, StaggeredGrid, ReorderableListView, Column, Row, Custom), advanced error handling (6 pre-built error styles), smart preloading, real-time stream support, automatic retry with exponential backoff, SuperSearchBox with auto-positioning overlay dropdown, keyboard navigation, and production-ready UI components..

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_bloc, flutter_staggered_grid_view, logger, provider, scrollview_observer, super_core

More

Packages that depend on super_pagination