whixp 3.3.0
whixp: ^3.3.0 copied to clipboard
Streamline your XMPP messaging with a lightweight Dart-based XMPP client
We analyzed this package 40 hours ago, and awarded it 60 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting whixp... Discovering libraries... ERR: dartdoc 9.0.3 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/tmp/pana_ZYGVXD/lib/src/native'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:201) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:284)
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
ERROR: Undefined class 'WhixpTransportNative'.
lib/src/connection.dart:49:3
╷
49 │ WhixpTransportNative? _native;
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/connection.dart
ERROR: Undefined name 'kKindWebSocketTls'.
lib/src/connection.dart:143:37
╷
143 │ return configuration.useTLS ? kKindWebSocketTls : kKindWebSocket;
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/connection.dart
10/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 | |
drift |
^2.30.1 |
2.31.0 | 2.31.0 | |
ffi |
^2.2.0 |
2.2.0 | 2.2.0 | |
memoize |
^3.0.0 |
3.0.0 | 3.0.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
sqlite3_flutter_libs |
^0.5.41 |
0.5.41 | 0.6.0+eol | |
synchronized |
^3.4.0 |
3.4.0 | 3.4.0 | |
unorm_dart |
^0.3.2 |
0.3.2 | 0.3.2 | |
xml |
^6.6.1 |
6.6.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
sqlite3 |
- | 2.9.4 | 3.1.6 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.5.41` on sqlite3_flutter_libs does not support the stable version `0.6.0+eol`, that was published 11 days ago.
When sqlite3_flutter_libs is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions sqlite3_flutter_libs to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 11 errors:
UNDEFINED_CLASS-lib/src/connection.dart:49:3- Undefined class 'WhixpTransportNative'.UNDEFINED_IDENTIFIER-lib/src/connection.dart:143:37- Undefined name 'kKindWebSocketTls'.UNDEFINED_IDENTIFIER-lib/src/connection.dart:143:57- Undefined name 'kKindWebSocket'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.