matrix_homeserver_recommendations 0.4.0
matrix_homeserver_recommendations: ^0.4.0 copied to clipboard
Find, filter and benchmark public Matrix homeservers and check their capabilities
We analyzed this package 5 days ago, and awarded it 140 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: EUPL-1.2
.
10/10 points: 20% or more of the public API has dartdoc comments
35 out of 44 API elements (79.5 %) have documentation comments.
Some symbols that are missing documentation: matrix_homeserver_recommendations
, matrix_homeserver_recommendations.BenchmarkErrorInformation.BenchmarkErrorInformation.new
, matrix_homeserver_recommendations.Homeserver.Homeserver.new
, matrix_homeserver_recommendations.HomeserverBenchmarkResult.HomeserverBenchmarkResult.new
, matrix_homeserver_recommendations.HomeserverListProvider.HomeserverListProvider.new
.
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:matrix_homeserver_recommendations/matrix_homeserver_recommendations.dart
that imports:package:matrix_homeserver_recommendations/src/models/homeserver_benchmark_result.dart
that imports:package:matrix/matrix.dart
that imports:package:matrix/src/database/matrix_sdk_database.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:matrix_homeserver_recommendations/matrix_homeserver_recommendations.dart
that imports:package:matrix_homeserver_recommendations/src/models/homeserver_benchmark_result.dart
that imports:package:matrix/matrix.dart
that imports:package:matrix/msc_extensions/msc_3814_dehydrated_devices/msc_3814_dehydrated_devices.dart
that imports:package:matrix/src/utils/crypto/crypto.dart
that imports:package:matrix/src/utils/crypto/native.dart
that imports:package:matrix/src/utils/crypto/ffi.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.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Statements in an if should be enclosed in a block.
lib/src/models/homeserver_benchmark_result.dart:71:45
╷
71 │ responseTime == other.responseTime) return 0;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/homeserver_benchmark_result.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
http |
^1.2.0 |
1.3.0 | 1.3.0 | |
matrix |
^0.25.5 |
0.25.13 | 0.39.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 4.0.6 | 4.0.6 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
base58check |
- | 2.0.0 | 2.0.0 | |
blurhash_dart |
- | 1.2.1 | 1.2.1 | |
canonical_json |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
enhanced_enum |
- | 0.2.4 | 0.2.4 | |
ffi |
- | 2.1.4 | 2.1.4 | |
hive |
- | 2.2.3 | 2.2.3 | |
html |
- | 0.15.5+1 | 0.15.5+1 | |
html_unescape |
- | 2.0.0 | 2.0.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.5.4 | 4.5.4 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
markdown |
- | 7.3.0 | 7.3.0 | |
matrix_api_lite |
- | 1.7.4 | 1.7.4 | Discontinued |
meta |
- | 1.16.0 | 1.16.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
olm |
- | 2.0.4 | 3.1.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
posix |
- | 6.0.2 | 6.0.2 | |
random_string |
- | 2.3.1 | 2.3.1 | |
sdp_transform |
- | 0.3.2 | 0.3.2 | |
slugify |
- | 2.0.0 | 2.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqflite_common |
- | 2.5.5 | 2.5.5 | |
sqlite3 |
- | 2.7.5 | 2.7.5 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.3.1 | 3.3.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unorm_dart |
- | 0.2.0 | 0.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webrtc_interface |
- | 1.2.2+hotfix.1 | 1.2.2+hotfix.1 | |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.25.5` on matrix does not support the stable version `0.26.0`.
Try running dart pub upgrade --major-versions matrix
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.20
, Dart 3.7.2
.
Check the analysis log for details.