state_stream 1.0.1
state_stream: ^1.0.1 copied to clipboard
Library for UI=f(State) architecture.
We analyzed this package 8 days ago, and awarded it 130 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
.
10/10 points: 20% or more of the public API has dartdoc comments
23 out of 28 API elements (82.1 %) have documentation comments.
Some symbols that are missing documentation: state_stream
, state_stream.MutableStateStreamEmitter.MutableStateStreamEmitter.new
, state_stream.MutableStateStreamExtensions
, state_stream.StatefulStreamExtension
, state_stream.UpdateWithLockOptions.UpdateWithLockOptions.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:state_stream/state_stream.dart
that imports:package:state_stream/src/mutable_state_stream_extensions.dart
that imports:package:future_context2/future_context2.dart
that imports:package:future_context2/src/future_context_extensions.dart
that imports:package:armyknife_streams/armyknife_streams.dart
that imports:package:armyknife_streams/src/streams.dart
that imports:package:armyknife_dartx/armyknife_dartx.dart
that imports:package:armyknife_dartx/src/stacktracex.dart
that imports:package:armyknife_dartx/src/dartxx_functions.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:state_stream/state_stream.dart
that imports:package:state_stream/src/mutable_state_stream_extensions.dart
that imports:package:future_context2/future_context2.dart
that imports:package:future_context2/src/future_context_extensions.dart
that imports:package:armyknife_streams/armyknife_streams.dart
that imports:package:armyknife_streams/src/streams.dart
that imports:package:armyknife_dartx/armyknife_dartx.dart
that imports:package:armyknife_dartx/src/stacktracex.dart
that imports:package:armyknife_dartx/src/dartxx_functions.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full 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 5 issues. Showing the first 2:
INFO: The type parameter name 'T' matches a visible type name.
lib/src/dispatcher.dart:11:33
╷
11 │ static Dispatcher<T> Function<T>() defaultDispatcherFactory =
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dispatcher.dart
/tmp/pana_PYZQXV/lib/src/impl/mutable_state_stream_impl.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
armyknife_dartx |
^1.0.0 |
1.0.0 | 1.0.0 | |
armyknife_task_queue |
^1.0.0 |
1.0.0+1 | 1.0.0+1 | |
async_notify2 |
^1.0.0 |
1.0.0 | 1.0.0 | |
freezed_annotation |
^3.0.0 |
3.1.0 | 3.1.0 | |
future_context2 |
^1.0.1 |
1.1.0+1 | 1.1.0+1 | |
meta |
^1.16.0 |
1.16.0 | 1.17.0 | |
runtime_assert |
^0.0.1+2 |
0.0.1+2 | 0.0.1+2 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
armyknife_streams |
- | 1.0.0 | 1.0.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.