echox 0.1.0+2
echox: ^0.1.0+2 copied to clipboard
Streamline Your XMPP Messaging with Lightweight Dart-Based XMPP Client
We analyzed this package 47 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: echox.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: echox, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:echox/echox.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:echox/echox.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:echox/echox.dartthat declares support for platforms:Android,iOS.
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.7 | 3.0.7 | |
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.18.0 | 1.18.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.23.5, Dart 3.10.7.
Check the analysis log for details.