echox 0.1.0+3
echox: ^0.1.0+3 copied to clipboard
Streamline Your XMPP Messaging with Lightweight Dart-Based XMPP Client
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: echox
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: echox
.
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
262 out of 270 API elements (97.0 %) have documentation comments.
Some symbols that are missing documentation: echox.ArgumentMishap.ArgumentMishap.new
, echox.EchoBuilder.nodeTree
, echox.EstablishSessionMishap.EstablishSessionMishap.new
, echox.Handler.Handler.new
, echox.ResourceBindingMishap.ResourceBindingMishap.new
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:echox/echox.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:echox/echox.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:echox/echox.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:echox/echox.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:echox/echox.dart
that imports:package:echox/src/log/log.dart
that imports:package:echox/src/log/src/log.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.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 12 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/builder.dart:35:39
╷
35 │ /// Creates an [EchoBuilder] with a <message/> element as the root.
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/builder.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/builder.dart:39:40
╷
39 │ /// Creates an [EchoBuilder] with an <iq/> element as the root.
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/builder.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
crypto |
^3.0.3 |
3.0.6 | 3.0.6 | |
events_emitter |
^0.5.2 |
0.5.2 | 0.6.0 | |
logger |
^2.0.2 |
2.6.2 | 2.6.2 | |
web_socket_client |
^0.1.0 |
0.1.5 | 0.2.1 | |
xml |
^6.3.0 |
6.6.1 | 6.6.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.5.2` on events_emitter does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions events_emitter
to update the constraint.
The constraint `^0.1.0` on web_socket_client does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions web_socket_client
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.23
, Dart 3.9.3
.
Check the analysis log for details.