matrix 0.38.1 copy "matrix: ^0.38.1" to clipboard
matrix: ^0.38.1 copied to clipboard

Matrix Dart SDK

75
likes
130/ 160
pub points
7.76k
downloads

We analyzed this package 10 hours ago, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: AGPL-3.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

1231 out of 4103 API elements (30.0 %) have documentation comments.

Some symbols that are missing documentation: algorithm_types, algorithm_types.AlgorithmTypes, algorithm_types.AlgorithmTypes.AlgorithmTypes.new, algorithm_types.AlgorithmTypes.megolmBackupV1Curve25519AesSha2, algorithm_types.AlgorithmTypes.megolmV1AesSha2.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 63 issues. Showing the first 2:

INFO: The variable name 'sender_ed25519' isn't a lowerCamelCase identifier.

lib/encryption/key_manager.dart:1144:13

     ╷
1144 │       final sender_ed25519 = client.userDeviceKeys[event.sender]
     │             ^^^^^^^^^^^^^^
     ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/encryption/key_manager.dart

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/matrix_api_lite/utils/print_logs_web.dart:1:1

1import 'dart:html';
  │ ^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/matrix_api_lite/utils/print_logs_web.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
async ^2.8.0 2.13.0 2.13.0
base58check ^2.0.0 2.0.0 2.0.0
blurhash_dart ^1.1.0 1.2.1 1.2.1
canonical_json ^1.1.0 1.1.2 1.1.2
collection ^1.15.0 1.19.1 1.19.1
crypto ^3.0.0 3.0.6 3.0.6
enhanced_enum ^0.2.4 0.2.4 0.2.4
ffi ^2.0.0 2.1.4 2.1.4
hive ^2.2.3 2.2.3 2.2.3
html ^0.15.0 0.15.5 0.15.5
html_unescape ^2.0.0 2.0.0 2.0.0
http >=0.13.0 <2.0.0 1.3.0 1.3.0
image ^4.0.15 4.5.4 4.5.4
js ^0.6.3 0.6.7 0.7.2 Discontinued
markdown ^7.1.1 7.3.0 7.3.0
mime >=1.0.0 <3.0.0 2.0.0 2.0.0
olm ^2.0.2 2.0.4 3.1.0
random_string ^2.3.1 2.3.1 2.3.1
sdp_transform ^0.3.2 0.3.2 0.3.2
slugify ^2.0.0 2.0.0 2.0.0
sqflite_common ^2.4.5 2.5.5 2.5.5
sqlite3 ^2.1.0 2.7.5 2.7.5
typed_data ^1.3.2 1.4.0 1.4.0
webrtc_interface ^1.2.0 1.2.2+hotfix.1 1.2.2+hotfix.1
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.5 4.0.5
args - 2.7.0 2.7.0
csslib - 1.0.2 1.0.2
http_parser - 4.1.2 4.1.2
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
petitparser - 6.1.0 6.1.0
posix - 6.0.1 6.0.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
unorm_dart - 0.2.0 0.3.0
web - 1.1.1 1.1.1
xml - 6.5.0 6.5.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^0.6.3` on js does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions js to update the constraint.

The constraint `^2.0.2` on olm does not support the stable version `3.0.0`, that was published 22 days ago.

When olm is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions olm to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
Jul 2Jul 30Aug 27Sep 24Oct 22Nov 19Dec 17Jan 14Feb 11Mar 1105001k1.5k2k2.5k3k>=0.0.0-0 <1.0.0