stated_result 0.3.0-preview.2
stated_result: ^0.3.0-preview.2 copied to clipboard
A bloc that accepts async source as input
We analyzed this package 5 days ago, and awarded it 100 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.
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting stated_result... Discovering libraries... Linking elements... Precaching local docs for 653824 elements... Initialized dartdoc with 851 libraries Generating docs for library stated_result_builder.dart from package:stated_result/stated_result_builder.dart... Generating docs for library stated_result.dart from package:stated_result/stated_result.dart... Generating docs for library stated.dart from package:stated_result/stated.dart... Generating docs for library stated_custom.dart from package:stated_result/stated_custom.dart... Generating docs for library stated_builder.dart from package:stated_result/stated_builder.dart... [3 more lines] ERR: warning: unresolved doc reference [MultiStateResult] from package-stated_result: file:///tmp/pana_LJKAZG warning: stated_result_builder has no library level documentation comments from stated_result_builder: (file:///tmp/pana_LJKAZG/lib/stated_result_builder.dart:1:1) warning: unresolved doc reference [doneBuilder] from query_result_builder.QueryResultBuilder.sync: (file:///tmp/pana_LJKAZG/lib/src/result_builder/query_result_builder.dart:47:22) warning: stated_result has no library level documentation comments from stated_result: (file:///tmp/pana_LJKAZG/lib/stated_result.dart:1:1) warning: stated has no library level documentation comments from stated: (file:///tmp/pana_LJKAZG/lib/stated.dart:1:1) [32 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 24 issues. Showing the first 2:
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/stated/base/error_state_base.dart:15:17
╷
15 │ bool operator ==(dynamic other) =>
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/stated/base/error_state_base.dart
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/stated/base/unit_state_base.dart:8:17
╷
8 │ bool operator ==(dynamic other) => other is SELF;
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/stated/base/unit_state_base.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
flutter_bloc |
^7.0.0 |
7.3.3 | 9.1.1 | |
meta |
^1.3.0 |
1.17.0 | 1.17.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
- | 7.2.1 | 9.2.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^7.0.0` on flutter_bloc does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.