direct_pay_core 0.0.1
direct_pay_core: ^0.0.1 copied to clipboard
Core payment engine for Direct Pay (S2S) — server-to-server payment SDK for Flutter with SHA-512 hashing, 3D Secure WebView, and structured logging.
We analyzed this package 14 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Paycaps-Technology/direct-pay-core was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/Paycaps-Technology/direct-pay-core was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/Paycaps-Technology/direct-pay-core/issues was unreachable. Make sure that the website is reachable via HEAD requests.
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
63 out of 66 API elements (95.5 %) have documentation comments.
Some symbols that are missing documentation: direct_pay_core.DirectPayConfig.reset, direct_pay_core.DirectPayLogger.DirectPayLogger.new, direct_pay_core.DirectPayResponse.DirectPayResponse.new.
10/10 points: Package has an example
10/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:direct_pay_core/direct_pay_core.dartthat imports:package:direct_pay_core/src/domain/payment_service.dartthat imports:package:direct_pay_core/src/presentation/capture/capture_screen.dartthat imports:package:direct_pay_core/src/presentation/capture/widgets/capture_webview.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:direct_pay_core/direct_pay_core.dartthat imports:package:direct_pay_core/src/domain/payment_service.dartthat imports:package:direct_pay_core/src/presentation/capture/capture_screen.dartthat imports:package:direct_pay_core/src/presentation/capture/widgets/capture_webview.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat imports:package:flutter_inappwebview/src/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dartthat imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dartthat imports:package:flutter_inappwebview_platform_interface/src/main.dartthat imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:direct_pay_core/direct_pay_core.dartthat imports:package:direct_pay_core/src/domain/payment_service.dartthat imports:package:direct_pay_core/src/presentation/capture/capture_screen.dartthat imports:package:direct_pay_core/src/presentation/capture/widgets/capture_webview.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat imports:package:flutter_inappwebview/src/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dartthat imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dartthat imports:package:flutter_inappwebview_platform_interface/src/main.dartthat imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. 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 | Notes |
|---|---|---|---|---|
crypto |
^3.0.1 |
3.0.7 | 3.0.7 | |
dio |
^5.7.0 |
5.9.2 | 5.9.2 | |
flutter_inappwebview |
^6.1.0 |
6.1.5 | 6.1.5 | |
freezed_annotation |
^2.4.1 |
2.4.4 | 3.1.0 | |
html |
^0.15.0 |
0.15.6 | 0.15.6 | |
json_annotation |
^4.9.0 |
4.11.0 | 4.11.0 | |
url_launcher |
^6.2.4 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.4.1` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation 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.23.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.