paginated_listview_builder 1.1.2 copy "paginated_listview_builder: ^1.1.2" to clipboard
paginated_listview_builder: ^1.1.2 copied to clipboard

A Package that will help you implementing pagination using listview builder

130/ 160
pub points
20
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

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

24 out of 50 API elements (48.0 %) have documentation comments.

Some symbols that are missing documentation: paginated_listview_builder, paginated_listview_builder.PaginatedController, paginated_listview_builder.PaginatedController.PaginatedController.new, paginated_listview_builder.PaginatedController.initPageNumber, paginated_listview_builder.PaginatedController.refresher.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:paginated_listview_builder/paginated_listview_builder.dart that declares support for platforms: .
Package does not support platform `iOS`.

Because:

  • package:paginated_listview_builder/paginated_listview_builder.dart that declares support for platforms: .
Package does not support platform `Windows`.

Because:

  • package:paginated_listview_builder/paginated_listview_builder.dart that declares support for platforms: .
Package does not support platform `Linux`.

Because:

  • package:paginated_listview_builder/paginated_listview_builder.dart that declares support for platforms: .
Package does not support platform `macOS`.

Because:

  • package:paginated_listview_builder/paginated_listview_builder.dart that declares support for platforms: .
Package does not support platform `Web`.

Because:

  • package:paginated_listview_builder/paginated_listview_builder.dart that declares support for platforms: .
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

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/_main.dart:262:7

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

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/_main.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
Transitive dependencies
Package Constraint Compatible Latest Notes
bloc - 9.2.1 9.2.1
characters - 1.4.1 1.4.1
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
provider - 6.1.5+1 6.1.5+1
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
130
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Package that will help you implementing pagination using listview builder

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on paginated_listview_builder

Packages that implement paginated_listview_builder