dojah_kyc 0.2.0 dojah_kyc: ^0.2.0 copied to clipboard
Unofficial Dojah KYC widget
We analyzed this package 3 days ago, and awarded it 140 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 60 to 180 characters to describe the package, what it does, and its target use case.
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
28 out of 34 API elements (82.4 %) have documentation comments.
Some symbols that are missing documentation: dojah_kyc.DojahConfig.copyWith
, dojah_kyc.DojahConfig.isProd
, dojah_kyc.DojahConfig.toJson
, dojah_kyc.DojahConfig.toMap
, dojah_kyc.DojahFunctions
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:dojah_kyc/dojah_kyc.dart
that imports:package:dojah_kyc/src/src.dart
that imports:package:dojah_kyc/src/dojah_kyc.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:dojah_kyc/dojah_kyc.dart
that imports:package:dojah_kyc/src/src.dart
that imports:package:dojah_kyc/src/dojah_kyc.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:dojah_kyc/dojah_kyc.dart
that imports:package:dojah_kyc/src/src.dart
that imports:package:dojah_kyc/src/dojah_kyc.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:dojah_kyc/dojah_kyc.dart
that imports:package:dojah_kyc/src/src.dart
that imports:package:dojah_kyc/src/dojah_kyc.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `Windows`.
Because:
package:dojah_kyc/dojah_kyc.dart
that imports:package:dojah_kyc/src/src.dart
that imports:package:dojah_kyc/src/dojah_kyc.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package not compatible with platform Web
Because:
package:dojah_kyc/dojah_kyc.dart
that imports:package:dojah_kyc/src/src.dart
that imports:package:dojah_kyc/src/dojah_kyc.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that imports:package:flutter_inappwebview/src/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dart
that imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart
that imports:package:flutter_inappwebview_platform_interface/src/main.dart
that imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dojah_kyc/dojah_kyc.dart
that imports:package:dojah_kyc/src/src.dart
that imports:package:dojah_kyc/src/dojah_kyc.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that imports:package:flutter_inappwebview/src/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dart
that imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart
that imports:package:flutter_inappwebview_platform_interface/src/main.dart
that imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.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.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
connectivity_plus |
^5.0.1 |
5.0.2 | 6.1.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_inappwebview |
^6.1.0+1 |
6.1.5 | 6.1.5 |
permission_handler |
^11.0.1 |
11.3.1 | 11.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^5.0.1` on connectivity_plus does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus
to update the constraint.
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.