edfapay_softpos_sdk 1.0.8
edfapay_softpos_sdk: ^1.0.8 copied to clipboard
Helps developers to easly integrate EdfaPay SoftPos to flutter mobile application with few simple steps.
We analyzed this package 42 hours ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
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: edfapay_softpos_sdk, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Homepage URL doesn't exist.
At the time of the analysis https://github.com/edfapay/edfapay-softpos-sdk-examples/tree/main/flutter 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
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.
10/10 points: 20% or more of the public API has dartdoc comments
83 out of 333 API elements (24.9 %) have documentation comments.
Some symbols that are missing documentation: bnpl_provider, bnpl_provider.PaymentMethod, bnpl_provider.PaymentMethod.from, edfapay_bridge, edfapay_bridge.CancelByUserCallBack.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:edfapay_softpos_sdk/edfapay_softpos_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:edfapay_softpos_sdk/edfapay_softpos_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:edfapay_softpos_sdk/edfapay_softpos_sdk.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:edfapay_softpos_sdk/edfapay_softpos_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:edfapay_softpos_sdk/edfapay_softpos_sdk.dartthat declares support for platforms:Android.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
WARNING: Unused import: 'package:edfapay_softpos_sdk/models/edfapay_credentials.dart'.
lib/models/edfapay_credentials.dart:1:8
╷
1 │ import 'package:edfapay_softpos_sdk/models/edfapay_credentials.dart' as prefix0;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/edfapay_credentials.dart
WARNING: Unused import: ''.
lib/models/transaction.dart:2:8
╷
2 │ import '';
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/transaction.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
vector_math |
- | 2.4.2 | 2.4.2 |
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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.