moca_matrix_sdk 0.16.2 moca_matrix_sdk: ^0.16.2 copied to clipboard
Dart Matrix SDK wrapper for Moca App. This library gives the developer methods for interacting with a matrix server
We analyzed this package 11 hours ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://gitlab.com/mocaapp/moca_matrix_sdk
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: moca_matrix_sdk
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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: BSD-3-Clause
.
0/10 points: 20% or more of the public API has dartdoc comments
1 out of 31 API elements (3.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: moca_matrix_sdk.MatrixRust
, moca_matrix_sdk.MatrixRust.MatrixRust
, moca_matrix_sdk.MatrixRust.acceptDmInvite
, moca_matrix_sdk.MatrixRust.deleteRoom
, moca_matrix_sdk.MatrixRust.getJoinedRooms
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ iOS
-
✓ Windows
-
✓ Linux
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:moca_matrix_sdk/moca_matrix_sdk.dart
that declares support for platforms:iOS
,Windows
,Linux
.
Package does not support platform `macOS`.
Because:
package:moca_matrix_sdk/moca_matrix_sdk.dart
that declares support for platforms:iOS
,Windows
,Linux
.
Package does not support platform `Web`.
Because:
package:moca_matrix_sdk/moca_matrix_sdk.dart
that declares support for platforms:iOS
,Windows
,Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:moca_matrix_sdk/moca_matrix_sdk.dart
that imports:package:moca_matrix_sdk/src/moca_matrix_sdk.dart
that imports:package:moca_matrix_sdk/src/rust/api/matrix/models.dart
that imports:package:flutter_rust_bridge/flutter_rust_bridge_for_generated.dart
that imports:package:flutter_rust_bridge/flutter_rust_bridge_for_generated_web.dart
that imports:package:flutter_rust_bridge/src/dart_opaque/_web.dart
that imports:dart:js_util
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Unused import: 'dart:ffi'.
lib/src/moca_matrix_sdk.dart:2:8
╷
2 │ import 'dart:ffi';
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/moca_matrix_sdk.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_rust_bridge |
2.3.0 |
2.3.0 | 2.7.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
build_cli_annotations |
- | 2.1.0 | 2.1.0 |
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `2.3.0` on flutter_rust_bridge does not support the stable version `2.4.0`.
Try running dart pub upgrade --major-versions flutter_rust_bridge
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.17
, Flutter 3.27.0-0.2.pre
, Dart 3.6.0-334.4.beta
.
Check the analysis log for details.