bloc_dependency_manager 1.11.0
bloc_dependency_manager: ^1.11.0 copied to clipboard
This is a package that helps manage Bloc and Cubit dependencies. It is based on the Bloc package and utilizes the Observer design pattern to manage dependencies.
We analyzed this package 35 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
57 out of 60 API elements (95.0 %) have documentation comments.
Some symbols that are missing documentation: bloc_dependency_manager, bloc_dependency_manager.BaseBlocManager.BaseBlocManager.new, bloc_dependency_manager.BaseStateListener.BaseStateListener.new.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: The line length exceeds the 80-character limit.
lib/src/bloc_manager/base_bloc_manager.dart:23:81
╷
23 │ /// you can omit this parameter if you need only one bloc instance of type [B] in the repository.
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/bloc_manager/base_bloc_manager.dart
INFO: The line length exceeds the 80-character limit.
lib/src/bloc_manager/base_bloc_manager.dart:35:81
╷
35 │ /// [handler] is a callback that will be executed when listener is called, this field is required.
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/bloc_manager/base_bloc_manager.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^9.0.1 |
9.1.0 | 9.1.0 | |
get_it |
^8.2.0 |
8.3.0 | 9.0.5 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.2.0` on get_it does not support the stable version `9.0.0`, that was published 1 days ago.
When get_it is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions get_it to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.0, Dart 3.9.4.
Check the analysis log for details.