bloc_architecture_pagination 0.0.2
bloc_architecture_pagination: ^0.0.2 copied to clipboard
Pagination for BLoC Architecture
We analyzed this package 2 days ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/development707/bloc_architecture was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/development707/bloc_architecture/tree/main/bloc_architecture_localization was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
368 out of 415 API elements (88.7 %) have documentation comments.
Some symbols that are missing documentation: base_paged_child_builder_delegate, base_pagination, base_paging_controller, bloc_architecture_pagination.AppendedSliverChildBuilderDelegate.AppendedSliverChildBuilderDelegate.new, bloc_architecture_pagination.AppendedSliverChildBuilderDelegate.AppendedSliverChildBuilderDelegate.separated.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
ERROR: The implicitly invoked unnamed constructor from 'PagingController
lib/base_paging_controller.dart:13:3
╷
13 │ BasePagingController({
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/base_paging_controller.dart
ERROR: No associated named super constructor parameter.
lib/base_paging_controller.dart:14:11
╷
14 │ super.firstPageKey = 0,
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/base_paging_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc_architecture_core |
any |
0.0.7 | 0.0.7 | Discontinued |
bloc_architecture_localization |
any |
0.0.7 | 0.0.7 | Discontinued |
infinite_scroll_pagination |
any |
5.1.1 | 5.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
bloc |
- | 9.2.1 | 9.2.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio |
- | 5.11.1 | 5.11.1 | |
dio_web_adapter |
- | 2.2.2 | 2.2.2 | |
flutter_bloc |
- | 9.1.1 | 9.1.1 | |
flutter_staggered_grid_view |
- | 0.7.0 | 0.7.0 | |
freezed_annotation |
- | 3.1.0 | 3.1.0 | |
get_it |
- | 9.2.1 | 9.2.1 | |
hive_ce |
- | 2.20.0 | 2.20.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
hydrated_bloc |
- | 11.0.0 | 11.0.0 | |
intl |
- | 0.20.3 | 0.20.3 | |
isolate_channel |
- | 0.6.1 | 0.6.1 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.1.0 | 2.1.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
sliver_tools |
- | 0.2.12 | 0.2.12 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.2 | 3.4.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- bloc_architecture_core
- bloc_architecture_localization.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_NAMED-lib/base_paged_child_builder_delegate.dart:24:11- No associated named super constructor parameter.UNDEFINED_GETTER-lib/base_paged_child_builder_delegate.dart:59:20- The getter 'noItemsFound' isn't defined for the type 'BlocArchitectureLocalizations'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.