event_bus_arch 2.0.6
event_bus_arch: ^2.0.6 copied to clipboard
This package is a part of Event-driven architecture providing sending, listening, processing and receiving the events.
We analyzed this package 6 days ago, and awarded it 130 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
688 out of 795 API elements (86.5 %) have documentation comments.
Some symbols that are missing documentation: event_arch, event_arch.Command, event_arch.Command.Command.new, event_arch.Command.bindedBus, event_arch.Command.execute.
10/10 points: Package has 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:event_bus_arch/event_bus_arch.dartthat imports:dart:isolate
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
WARNING: Unnecessary cast.
lib/src/event_bus.dart:254:14
╷
254 │ return node._streamControllerValue.stream.doOnCancel(() {
│ ┌──────────────^
255 │ │ removeNode(t, node!);
256 │ │ }) as Stream<T>;
│ └─────────────────────^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/event_bus.dart
WARNING: Unnecessary cast.
lib/src/event_bus.dart:260:14
╷
260 │ return node._streamControllerValue.stream.doOnCancel(() {
│ ┌──────────────^
261 │ │ removeNode(t, node!);
262 │ │ }) as Stream<T>;
│ └─────────────────────^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/event_bus.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.11.0 |
2.13.0 | 2.13.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
rxdart |
^0.27.7 |
0.27.7 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
The constraint `^0.27.7` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart 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, Dart 3.10.7.
Check the analysis log for details.