payjoin 0.1.0
payjoin: ^0.1.0 copied to clipboard
Dart bindings for payjoin (EXPERIMENTAL)
We analyzed this package 5 days ago, and awarded it 95 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.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting payjoin... Discovering libraries... Linking elements... Precaching local docs for 144283 elements... Initialized dartdoc with 56 libraries Generating docs for library payjoin_ffi.dart from package:payjoin/payjoin_ffi.dart... Generating docs for library bitcoin.dart from package:payjoin/bitcoin.dart... Documented 2 public libraries in 12.6 seconds ERR: warning: uniffi has no library level documentation comments from uniffi: (file:///tmp/pana_HSWERK/lib/payjoin_ffi.dart:1:1) warning: uniffi has no library level documentation comments from uniffi: (file:///tmp/pana_HSWERK/lib/bitcoin.dart:1:1) error: file already written at "uniffi/index.html" for symbol uniffi: (file:///tmp/pana_HSWERK/lib/bitcoin.dart:1:1) conflicting with file already generated by uniffi: (file:///tmp/pana_HSWERK/lib/payjoin_ffi.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'uniffi' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [469 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:payjoin/bitcoin.dartthat imports:package:ffi/ffi.dartthat imports:package:ffi/src/utf8.dartthat imports:dart:ffi
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 1066 issues. Showing the first 2:
WARNING: The name File is shown, but isn't used.
lib/bitcoin.dart:6:33
╷
6 │ import "dart:io" show Platform, File, Directory;
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/bitcoin.dart
WARNING: Unused import: 'dart:isolate'.
lib/bitcoin.dart:7:8
╷
7 │ import "dart:isolate";
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/bitcoin.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.4 |
2.2.0 | 2.2.0 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.11, Dart 3.11.2.
Check the analysis log for details.