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 2 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 60 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 625137 elements... Initialized dartdoc with 810 libraries Generating docs for library stated_result_builder.dart from package:stated_result/stated_result_builder.dart... Generating docs for library stated_custom.dart from package:stated_result/stated_custom.dart... Generating docs for library stated.dart from package:stated_result/stated.dart... Generating docs for library stated_result.dart from package:stated_result/stated_result.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_HZTNSY warning: stated_result_builder has no library level documentation comments from stated_result_builder: (file:///tmp/pana_HZTNSY/lib/stated_result_builder.dart:1:9) warning: unresolved doc reference [doneBuilder] from query_result_builder.QueryResultBuilder.sync: (file:///tmp/pana_HZTNSY/lib/src/result_builder/query_result_builder.dart:47:22) warning: stated has no library level documentation comments from stated: (file:///tmp/pana_HZTNSY/lib/stated_custom.dart:1:9) warning: stated has no library level documentation comments from stated: (file:///tmp/pana_HZTNSY/lib/stated.dart:1:9) [27 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 23 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 |
---|---|---|---|
collection |
^1.15.0 |
1.18.0 | 1.19.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_bloc |
^7.0.0 |
7.3.3 | 8.1.6 |
meta |
^1.3.0 |
1.15.0 | 1.16.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
bloc |
- | 7.2.1 | 8.1.4 |
characters |
- | 1.3.0 | 1.3.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
nested |
- | 1.0.0 | 1.0.0 |
provider |
- | 6.1.2 | 6.1.2 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
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.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.