nostr_mail 1.2.0
nostr_mail: ^1.2.0 copied to clipboard
A Dart SDK for sending and receiving emails over the Nostr protocol using NIP-59 gift-wrapped messages.
We analyzed this package 2 days ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
8 out of 34 API elements (23.5 %) have documentation comments.
Some symbols that are missing documentation: nostr_mail.BridgeResolutionException, nostr_mail.BridgeResolutionException.BridgeResolutionException.new, nostr_mail.Email, nostr_mail.Email.Email.fromJson, nostr_mail.Email.Email.new.
10/10 points: Package has 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:nostr_mail/nostr_mail.dartthat imports:package:nostr_mail/src/client.dartthat imports:package:nostr_mail/src/services/email_parser.dartthat imports:package:enough_mail/enough_mail.dartthat imports:package:enough_mail/smtp.dartthat imports:package:enough_mail/src/smtp/smtp_exception.dartthat imports:package:enough_mail/src/smtp/smtp_client.dartthat imports:package:enough_mail/src/private/util/client_base.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'filters' is deprecated and shouldn't be used. Use filter instead. Multiple filters support will be removed in a future version.
lib/src/client.dart:50:7
╷
50 │ filters: [
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/client.dart
INFO: 'filters' is deprecated and shouldn't be used. Use filter instead. Multiple filters support will be removed in a future version.
lib/src/client.dart:101:7
╷
101 │ filters: [
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/client.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
enough_mail |
^2.1.7 |
2.1.7 | 2.1.7 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
ndk |
^0.6.1-dev.4 |
0.6.1-dev.6 | 0.6.1-dev.6 | |
sembast |
^3.8.6 |
3.8.6 | 3.8.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
basic_utils |
- | 5.8.2 | 5.8.2 | |
bech32 |
- | 0.2.2 | 0.2.2 | |
bip340 |
- | 0.3.1 | 0.3.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
cryptography |
- | 2.9.0 | 2.9.0 | |
elliptic |
- | 0.3.12 | 0.3.12 | |
encrypter_plus |
- | 5.1.0 | 5.1.0 | |
enough_convert |
- | 1.6.0 | 1.6.0 | |
equatable |
- | 2.0.8 | 2.0.8 | |
event_bus |
- | 2.0.1 | 2.0.1 | |
ffi |
- | 2.1.5 | 2.1.5 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
posix |
- | 6.0.3 | 6.0.3 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
web_socket_client |
- | 0.2.1 | 0.2.1 | |
xml |
- | 6.6.1 | 6.6.1 | |
xxh3 |
- | 1.2.0 | 1.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.5, Dart 3.10.7.
Check the analysis log for details.