lyra 0.0.6 copy "lyra: ^0.0.6" to clipboard
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.

0
likes
140/ 160
pub points
0%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

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

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.

0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Lyra blockchain library for Flutter package project. Generate wallet, send coin/token, receive coin/token, monitor balance changes, etc.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, convert, fast_base58, json_rpc_2, pedantic, pointycastle, web_socket_channel

More

Packages that depend on lyra