iamport_flutter icon indicating copy to clipboard operation
iamport_flutter copied to clipboard

Flutter App에서 아임포트 결제서비스 연동을 위한 모듈입니다.

Results 50 iamport_flutter issues
Sort by recently updated
recently updated
newest added

resolves #85 - 파일 이름을 소문자로 변경합니다 - 일부 운영체제에서 대소문자 구분 차이에 문제가 있어, _iamport_payment.dart_ 와 같이 소문자로 변경합니다 - 참고: https://github.com/flutter/flutter/issues/98993

Android Gradle Plugin version 8.2.1 로 업데이트 한 후에 해당 에러가 발생합니다. ```kotlin Launching lib/main.dart on SM F700N in debug mode... Incorrect package="kr.iamport.iamport_webview_flutter" found in source AndroidManifest.xml: /Users/baekjung/.pub-cache/hosted/pub.dev/iamport_webview_flutter-3.0.6/android/src/main/AndroidManifest.xml. Setting the...

To use the WASM build supported from Flutter 3.22 onwards, the following migration is necessary: https://docs.flutter.dev/platform-integration/web/wasm#js-interop-wasm However, since iamport_flutter depends on uni_links, which has not been updated for two years,...

## PR 설명 ### 요약 이 풀 리퀘스트는 더 나은 코드 품질, 일관성 및 기능을 보장하기 위해 `iamport_flutter` 플러그인의 다양한 문제와 개선 사항을 다룹니다. 변경 사항에는 파일 이름 수정, 종속성...

iOS AppPrivacy Info 정책 변경 관련해서 정보를 업데이트 안해도 될까요? 참고 [링크](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests) 🙇

안녕하세요! 이번에 PG 사를 ksnet 으로 변경하게 되면서, 몇가지 테스트중 적용되지 않는 부분이 있어 질문드립니다! [paymentData](https://github.com/iamport/iamport_flutter/blob/main/lib/model/payment_data.dart) 의 [bypass](https://github.com/iamport/iamport_flutter/tree/main/lib/model/pg) 라는 파라미터에 ksnet 이 안잡혀있어서, 카드결제시 저희가 원하지 않았던 결제 방법들이 추가되었는데,...

## Description - Prevent unwanted scrolling when a text field in the WebView is focused on iOS. - Resolves: #123

![화면 캡처 2024-08-29 115542](https://github.com/user-attachments/assets/d7ce43b2-c76e-40d4-8957-24acd487d248) git에서 clone한 다음 pubspec.yaml 에서 pub get 진행 후 실행 하면 경로 에러가 납니다ㅠㅠ 아무리 찾아도 해결 방법을 잘 모르겠네요..

### 내용 - `json_annotation`에 의해 생성된 `toJson` 메소드를 클래스에서 사용하지 않은 부분을 발견하여 수정했습니다. - `lib/model` 디렉토리 하위의 클래스들에 `json_annotation`의 최신 버전에서 지원하는 `toInt()` 메소드를 적용하여 코드를 업데이트했습니다. ### 참고...

플러터 컨벤션에 따라 파일명을 수정했습니다. 파일 내 소스코드도 컨벤션에 따라 일부 수정하였습니다.