keepass_web 0.1.0
keepass_web: ^0.1.0 copied to clipboard
KeePass KDBX SDK for the web; implements package:keepass APIs over a WASM Worker bridge.
We analyzed this package 7 days ago, and awarded it 130 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
22 out of 38 API elements (57.9 %) have documentation comments.
Some symbols that are missing documentation: keepass_web.KeePassWebApi, keepass_web.KeePassWebApi.KeePassWebApi.new, keepass_web.KeePassWebApi.extractChallenge, keepass_web.KeePassWebError, keepass_web.KeePassWebError.KeePassWebError.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package not compatible with platform Android
Because:
package:keepass_web/keepass_web.dartthat imports:package:keepass_web/src/webusb_yubikey.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform iOS
Because:
package:keepass_web/keepass_web.dartthat imports:package:keepass_web/src/webusb_yubikey.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform Windows
Because:
package:keepass_web/keepass_web.dartthat imports:package:keepass_web/src/webusb_yubikey.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform Linux
Because:
package:keepass_web/keepass_web.dartthat imports:package:keepass_web/src/webusb_yubikey.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform macOS
Because:
package:keepass_web/keepass_web.dartthat imports:package:keepass_web/src/webusb_yubikey.dartthat imports:dart:js_interop_unsafe
Package not compatible with platform Web
Because:
package:keepass_web/keepass_web.dartthat imports:package:keepass_web/src/keepass_web_api.dartthat imports:package:keepass/keepass.dartthat imports:package:keepass/src/keepass_native_api.dartthat imports:package:keepass/src/error.dartthat imports:package:keepass/src/native_library.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Use 'isEmpty' instead of 'length' to test whether the collection is empty.
lib/src/webusb_yubikey.dart:42:6
╷
42 │ if (deviceArray.length == 0) return null;
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/webusb_yubikey.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
keepass |
^0.1.0 |
0.1.0 | 0.1.0 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
- | 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.12, Dart 3.12.0.
Check the analysis log for details.