communication_channels 1.0.1
communication_channels: ^1.0.1 copied to clipboard
This package is used to make the communication process between isolates(services) more maintainable and systematic.
We analyzed this package 30 hours ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
33 out of 117 API elements (28.2 %) have documentation comments.
Some symbols that are missing documentation: communication_channels, communication_channels.ChannelError, communication_channels.ChannelError.ChannelError.new, communication_channels.ChannelError.errorObj, communication_channels.ChannelEvent.
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:communication_channels/communication_channels.dartthat imports:package:communication_channels/src/channels_flow.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ChannelType._provider
lib/src/channels_flow.dart:30:7
╷
30 │ class ChannelType with EquatableMixin {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/channels_flow.dart
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ComProvider._receiver, ComProvider._receiverSub, ComProvider._forChannel
lib/src/communication_provider.dart:8:16
╷
8 │ abstract class ComProvider<S extends ProviderSender> with EquatableMixin {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/communication_provider.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
easy_serialization |
^1.0.1 |
1.0.1 | 1.0.1 | |
equatable |
^2.0.5 |
2.0.8 | 2.0.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.1 | 1.18.1 |
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.23.10, Dart 3.11.1.
Check the analysis log for details.