incodes_payment 1.0.6
incodes_payment: ^1.0.6 copied to clipboard
A Flutter payment SDK supporting multiple payment gateways including Stripe, PayPal, Razorpay, Flutterwave, Cashfree, PayStack, and In-App Purchases.
We analyzed this package 3 days ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has multiple matching pubspec.yaml with name: incodes_payment.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: incodes_payment, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
36 out of 332 API elements (10.8 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: cash_free_service, cash_free_service.CashfreeService, cash_free_service.CashfreeService.CashfreeService.new, flutter_wave_service, flutter_wave_service.FlutterWaveService.FlutterWaveService.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:incodes_payment/incodes_payment.dartthat imports:package:incodes_payment/utils/listener.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:incodes_payment/incodes_payment.dartthat imports:package:incodes_payment/utils/listener.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:incodes_payment/incodes_payment.dartthat imports:package:incodes_payment/utils/listener.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:incodes_payment/incodes_payment.dartthat imports:package:incodes_payment/methods/razor_pay/razorpay_service.dartthat imports:package:razorpay_flutter/razorpay_flutter.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/incodes_payment_services.dart:27:10
╷
27 │ static razorPayPayment({
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/incodes_payment_services.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
change_app_package_name |
^1.5.0 |
1.5.0 | 1.5.0 | |
cupertino_icons |
^1.0.8 |
1.0.9 | 1.0.9 | |
dio |
^5.9.2 |
5.9.2 | 5.9.2 | |
flutter_cashfree_pg_sdk |
^2.2.10+48 |
2.4.0+52 | 2.4.0+52 | |
flutter_paypal_payment |
^1.0.8 |
1.0.8 | 1.0.8 | |
flutter_stripe |
^12.5.0 |
12.6.0 | 13.0.0 | |
fluttertoast |
^8.2.14 |
8.2.14 | 9.1.0 | |
flutterwave_standard |
^1.1.0 |
1.1.0 | 1.1.0 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
in_app_purchase |
^3.2.3 |
3.2.4 | 3.3.0 | |
in_app_purchase_android |
^0.4.0+6 |
0.4.0+11 | 0.5.1 | |
in_app_purchase_storekit |
^0.4.8+1 |
0.4.10 | 0.4.10 | |
pay_with_paystack |
^1.0.14 |
1.2.0 | 1.2.0 | |
razorpay_flutter |
^1.4.4 |
1.4.5 | 1.4.5 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.3 |
4.5.3 | 4.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^12.5.0` on flutter_stripe does not support the stable version `13.0.0`, that was published 17 days ago.
When flutter_stripe is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_stripe to update the constraint.
The constraint `^8.2.14` on fluttertoast does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions fluttertoast 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.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.