xmtp_bindings_flutter 0.1.0-development.2
xmtp_bindings_flutter: ^0.1.0-development.2 copied to clipboard
low-level flutter bindings to libxmtp
We analyzed this package 4 days ago, and awarded it 40 pub points (of a possible 160):
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.
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
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: xmtp_bindings_flutter, - 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
94 out of 389 API elements (24.2 %) have documentation comments.
Some symbols that are missing documentation: xmtp_bindings_flutter.AnyhowError, xmtp_bindings_flutter.AnyhowError.AnyhowError.dcoDecode, xmtp_bindings_flutter.AnyhowError.AnyhowError.sseDecode, xmtp_bindings_flutter.AnyhowError.move, xmtp_bindings_flutter.ApiError.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 46 issues. Showing the first 2:
ERROR: Missing concrete implementation of 'getter BaseEntrypoint.rustContentHash'.
lib/src/generated/frb_generated.dart:13:7
╷
13 │ class RustLib extends BaseEntrypoint<RustLibApi, RustLibApiImpl, RustLibWire> {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/generated/frb_generated.dart
ERROR: The named parameter 'hint' isn't defined.
lib/src/generated/frb_generated.dart:204:7
╷
204 │ hint: hint,
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/generated/frb_generated.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
ffi |
^2.1.0 |
2.2.0 | 2.2.0 | |
flutter_rust_bridge |
^2.0.0-dev.22 |
2.11.1 | 2.11.1 | |
freezed_annotation |
^2.4.1 |
2.4.4 | 3.1.0 | |
meta |
^1.9.1 |
1.17.0 | 1.18.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
uuid |
^4.2.2 |
4.5.3 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
build_cli_annotations |
- | 2.1.1 | 2.1.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
json_annotation |
- | 4.11.0 | 4.11.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
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 `^2.4.1` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation 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 46 errors:
NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER-lib/src/generated/frb_generated.dart:13:7- Missing concrete implementation of 'getter BaseEntrypoint.rustContentHash'.UNDEFINED_NAMED_PARAMETER-lib/src/generated/frb_generated.dart:204:7- The named parameter 'hint' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/generated/frb_generated.dart:231:7- The named parameter 'hint' isn't defined.
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.0, Dart 3.11.0.
Check the analysis log for details.