khalti_checkout_flutter 1.0.0-dev.9
khalti_checkout_flutter: ^1.0.0-dev.9 copied to clipboard
An official Flutter plugin for Khalti Payment Gateway, with all the necessary interface that make it easy to integrate with your app.
We analyzed this package 3 days ago, and awarded it 160 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/khalti/checkout-sdk-flutter/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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
100 out of 102 API elements (98.0 %) have documentation comments.
Some symbols that are missing documentation: khalti_checkout_flutter
, khalti_checkout_flutter.KhaltiClient.KhaltiClient.new
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:khalti_checkout_flutter/khalti_checkout_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:khalti_checkout_flutter/khalti_checkout_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:khalti_checkout_flutter/khalti_checkout_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:khalti_checkout_flutter/khalti_checkout_flutter.dart
that declares support for platforms:Android
,iOS
.
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:khalti_checkout_flutter/khalti_checkout_flutter.dart
that imports:package:khalti_checkout_flutter/src/khalti_checkout_flutter.dart
that imports:package:khalti_checkout_flutter/src/widget/khalti_webview.dart
that imports:package:khalti_checkout_flutter/src/util/utils.dart
that imports:package:khalti_checkout_flutter/src/util/connectivity_util.dart
that imports:package:internet_connection_checker_plus/internet_connection_checker_plus.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:khalti_checkout_flutter/khalti_checkout_flutter.dart
that imports:package:khalti_checkout_flutter/src/khalti_checkout_flutter.dart
that imports:package:khalti_checkout_flutter/src/widget/khalti_webview.dart
that imports:package:khalti_checkout_flutter/src/util/utils.dart
that imports:package:khalti_checkout_flutter/src/util/connectivity_util.dart
that imports:package:internet_connection_checker_plus/internet_connection_checker_plus.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
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:khalti_checkout_flutter/khalti_checkout_flutter.dart
that imports:package:khalti_checkout_flutter/src/khalti_checkout_flutter.dart
that imports:package:khalti_checkout_flutter/src/widget/khalti_webview.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
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
equatable |
^2.0.7 |
2.0.7 | 2.0.7 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
http |
^1.3.0 |
1.5.0 | 1.5.0 | |
internet_connection_checker_plus |
^2.7.0 |
2.8.0 | 2.8.0 | |
khalti_checkout_core |
^1.0.0-dev.5 |
1.0.0-dev.5 | 1.0.0-dev.5 | |
meta |
^1.15.0 |
1.16.0 | 1.17.0 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
Transitive 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.22.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.