iamport_flutter 0.10.21 copy "iamport_flutter: ^0.10.21" to clipboard
iamport_flutter: ^0.10.21 copied to clipboard

discontinuedreplaced by: portone_flutter
PlatformAndroidiOS

Plugin that allows Flutter to use Iamport payment and certification functions.

42
likes
85/ 160
pub points
832
downloads

We analyzed this package 45 hours ago, and awarded it 85 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: iamport_flutter,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: iamport_flutter.

Passed check 5/5 points: Provide a valid README.md

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 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.new, Iamport_certification.IamportCertification.appBar, Iamport_certification.IamportCertification.callback.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.

Failed check 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.

Failed check 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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
app_links ^6.1.1 6.4.0 6.4.0
iamport_webview_flutter 3.0.8 3.0.8 3.1.0
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 Notes
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.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
gtk - 2.1.0 2.1.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
plugin_platform_interface - 2.1.8 2.1.8
url_launcher_android - 6.3.16 6.3.16
url_launcher_ios - 6.3.3 6.3.3
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.4.1 2.4.1
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.1.4 2.2.0
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `3.0.8` on iamport_webview_flutter does not support the stable version `3.1.0`.

Try running dart pub upgrade --major-versions iamport_webview_flutter to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
42
likes
85
points
832
downloads

Publisher

verified publisherportone.io

Weekly Downloads

Plugin that allows Flutter to use Iamport payment and certification functions.

Documentation

API reference

License

MIT (license)

Dependencies

app_links, flutter, iamport_webview_flutter, json_annotation, url_launcher

More

Packages that depend on iamport_flutter