lyra 0.0.7 copy "lyra: ^0.0.7" to clipboard
lyra: ^0.0.7 copied to clipboard

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

0
likes
130/ 140
pub points
25%
popularity

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

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 41 API elements (73.2 %) 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
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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
collection ^1.15.0 1.18.0 1.18.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.8.0 3.8.0
web_socket_channel ^2.1.0 2.4.5 2.4.5
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
crypto - 3.0.3 3.0.3
js - 0.7.1 0.7.1
meta - 1.14.0 1.14.0
path - 1.9.0 1.9.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.1

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

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

Analyzed with Pana 0.22.2, Dart 3.3.3.

Check the analysis log for details.

0
likes
130
pub points
25%
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