flutter_passkey_kit 0.0.2
flutter_passkey_kit: ^0.0.2 copied to clipboard
Flutter Passkey Kit for Soroban Smart Wallets
We analyzed this package 5 days ago, and awarded it 135 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.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
110 out of 186 API elements (59.1 %) have documentation comments.
Some symbols that are missing documentation: flutter_passkey_kit
, flutter_passkey_kit.AuthAttestationResponse.attestationObject
, flutter_passkey_kit.AuthAttestationResponse.authenticatorData
, flutter_passkey_kit.AuthAttestationResponse.clientDataJSON
, flutter_passkey_kit.AuthAttestationResponse.publicKey
.
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:flutter_passkey_kit/flutter_passkey_kit.dart
that imports:package:flutter_passkey_kit/src/kit.dart
that imports:package:stellar_flutter_sdk/stellar_flutter_sdk.dart
that imports:package:stellar_flutter_sdk/src/soroban/contract_spec.dart
that imports:package:stellar_flutter_sdk/src/util.dart
that imports:package:stellar_flutter_sdk/src/requests/request_builder.dart
that imports:package:stellar_flutter_sdk/src/stellar_sdk.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_passkey_kit/flutter_passkey_kit.dart
that imports:package:flutter_passkey_kit/src/kit.dart
that imports:package:stellar_flutter_sdk/stellar_flutter_sdk.dart
that imports:package:stellar_flutter_sdk/src/soroban/contract_spec.dart
that imports:package:stellar_flutter_sdk/src/util.dart
that imports:package:stellar_flutter_sdk/src/requests/request_builder.dart
that imports:package:stellar_flutter_sdk/src/stellar_sdk.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/kit.dart:262:3
╷
262 │ _addSignatureToEntry(
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/kit.dart
/tmp/pana_YKENKB/lib/flutter_passkey_kit.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
stellar_flutter_sdk |
^2.1.0 |
2.1.6 | 2.1.6 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.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.6 | 3.0.6 | |
decimal |
- | 3.2.4 | 3.2.4 | |
dio |
- | 5.9.0 | 5.9.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 6.1.0 | 7.0.1 | |
pinenacl |
- | 0.6.0 | 0.6.0 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
rational |
- | 2.2.3 | 2.2.3 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
toml |
- | 0.16.0 | 0.16.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unorm_dart |
- | 0.3.2 | 0.3.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.