iamport_flutter 0.10.19 iamport_flutter: ^0.10.19 copied to clipboard
Plugin that allows Flutter to use Iamport payment and certification functions.
We analyzed this package 2 days ago, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
5 out of 342 API elements (1.5 %) 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: Iamport_certification
, Iamport_certification.IamportCertification
, Iamport_certification.IamportCertification.IamportCertification
, Iamport_certification.IamportCertification.appBar
, Iamport_certification.IamportCertification.callback
.
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:iamport_flutter/Iamport_certification.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:iamport_flutter/Iamport_certification.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:iamport_flutter/Iamport_certification.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:iamport_flutter/Iamport_certification.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:iamport_flutter/Iamport_certification.dart
that imports:package:iamport_webview_flutter/iamport_webview_flutter.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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/iamport_flutter/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: The declaration '_$NaverProductsToJson' isn't referenced.
lib/model/pg/naver/naver_products.g.dart:9:22
╷
9 │ Map<String, dynamic> _$NaverProductsToJson(NaverProducts instance) =>
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/model/pg/naver/naver_products.g.dart
INFO: The file name 'Iamport_certification.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/Iamport_certification.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
app_links |
^6.1.1 |
6.3.3 | 6.3.3 |
flutter |
flutter |
0.0.0 | 0.0.0 |
iamport_webview_flutter |
3.0.7 |
3.0.7 | 3.0.7 |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 |
url_launcher |
^6.0.4 |
6.3.1 | 6.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
app_links_linux |
- | 1.0.3 | 1.0.3 |
app_links_platform_interface |
- | 2.0.2 | 2.0.2 |
app_links_web |
- | 1.0.4 | 1.0.4 |
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
ffi |
- | 2.1.3 | 2.1.3 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
gtk |
- | 2.1.0 | 2.1.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.0 | 0.0.0 |
url_launcher_android |
- | 6.3.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.2 | 6.3.2 |
url_launcher_linux |
- | 3.2.1 | 3.2.1 |
url_launcher_macos |
- | 3.2.2 | 3.2.2 |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 |
url_launcher_web |
- | 2.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
URI_DOES_NOT_EXIST
-lib/model/iamport_url.dart:5:8
- Target of URI doesn't exist: 'package:url_launcher/url_launcher_string.dart'.UNDEFINED_METHOD
-lib/model/iamport_url.dart:232:22
- The method 'launchUrlString' isn't defined for the type 'IamportUrl'.UNDEFINED_METHOD
-lib/model/iamport_url.dart:236:22
- The method 'launchUrlString' isn't defined for the type 'IamportUrl'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.