lyra 0.0.6 lyra: ^0.0.6 copied to clipboard
Lyra blockchain library for Flutter package project. Generate wallet, send coin/token, receive coin/token, monitor balance changes, etc.
We analyzed this package 10 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://lyra.live/
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
30 out of 40 API elements (75.0 %) have documentation comments.
Some symbols that are missing documentation: lyra
, lyra.LyraAPI.accountId
, lyra.LyraAPI.client
, lyra.LyraAPI.network
, lyra.LyraAPI.nodeAddress
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional 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
Found 7 issues. Showing the first 2:
INFO: The import of 'package:pointycastle/ecc/curves/secp256r1.dart' is unnecessary because all of the used elements are also provided by the import of 'package:pointycastle/export.dart'.
lib/lyra.dart:15:8
╷
15 │ import 'package:pointycastle/ecc/curves/secp256r1.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/lyra.dart
INFO: The import of 'package:pointycastle/pointycastle.dart' is unnecessary because all of the used elements are also provided by the import of 'package:pointycastle/export.dart'.
lib/lyra.dart:19:8
╷
19 │ import 'package:pointycastle/pointycastle.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/lyra.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.15.0 |
1.19.0 | 1.19.0 |
convert |
^3.0.1 |
3.1.1 | 3.1.1 |
fast_base58 |
^0.2.0 |
0.2.1 | 0.2.1 |
json_rpc_2 |
^3.0.1 |
3.0.2 | 3.0.2 |
pedantic |
^1.11.1 |
1.11.1 | 1.11.1 |
pointycastle |
^3.3.0 |
3.9.1 | 3.9.1 |
web_socket_channel |
^2.1.0 |
2.4.5 | 3.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
crypto |
- | 3.0.5 | 3.0.5 |
js |
- | 0.7.1 | 0.7.1 |
meta |
- | 1.16.0 | 1.16.0 |
path |
- | 1.9.0 | 1.9.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
typed_data |
- | 1.3.2 | 1.3.2 |
web |
- | 0.5.1 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.1.0` on web_socket_channel does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions web_socket_channel
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.12
, Dart 3.5.3
.
Check the analysis log for details.