xdg_secret_portal_store 0.2.0
xdg_secret_portal_store: ^0.2.0 copied to clipboard
A helper library for storing application secrets in an encrypted file using the master secret provided by the XDG Desktop Portal Secret API.
We analyzed this package 44 hours ago, and awarded it 155 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 1 link is insecure.
CHANGELOG.md:7:96
╷
7 │ <p><strong>BREAKING CHANGE</strong>: Moves the default cryptographic implementation to the new <a href="http://pub.dev/packages/xdg_secret_portal_store_default"><code>xdg_secret_portal_store_default</code></a> package. <code>xdg_secret_portal_store</code> no longer depends on <a href="https://pub.dev/packages/cryptography"><code>package:cryptography</code></a> and now requires a <code>SecretStoreCrypto</code> implementation to be supplied explicitly.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
16 out of 29 API elements (55.2 %) have documentation comments.
Some symbols that are missing documentation: xdg_secret_portal_store, xdg_secret_portal_store.EncryptedSecretStore.EncryptedSecretStore.fromJson, xdg_secret_portal_store.EncryptedSecretStore.EncryptedSecretStore.new, xdg_secret_portal_store.EncryptedSecretStore.toJson, xdg_secret_portal_store.MasterSecretRetriever.
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:xdg_secret_portal_store/xdg_secret_portal_store.dartthat imports:package:xdg_secret_portal_store/src/secret_store_persistence/file.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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.17, Dart 3.12.2.
Check the analysis log for details.