Suhwan Cha
Suhwan Cha
Flutter 2.8.1 Still same issue
> Please verify if your exception trace is the same as #213. It's different issue, issue you mentioned (#213 ) is about error when try to compress invalid image. But,...
Reference: https://docs.iamport.kr/sdk/javascript-sdk#request_pay cc/ @anymate98
@anymate98 `displayCardQuota`가 생성자에서 parameter로 받지 않고 있어서 그런 방법으로 설정이 불가합니다.
현재 아래와 같이 사용 중이긴한데, `PaymentData`의 properties가 final 이 아니라 다 수정이 됩니다. 보안상 이슈는 없을까요? ```dart PaymentData( ... )..displayCardQuota = [1,2,3] ```
객체를 수정하면 상태 관리가 어려워서, 데이터를 변경할 일이 생길지 모르겠지만 저희는 `PaymentData`를 재정의하여 사용하려 합니다. i.e. ```dart PaymentData copyWith({ String? payMethod, String? merchantUid, int? amount, String? buyerTel, String? appScheme, })...
Relative article: https://stackoverflow.com/questions/68802152/unsupported-file-format-org-webmproject-webp-while-saving-cgimage-in-webp-fo https://github.com/fluttercandies/flutter_image_compress/blob/52cefc9061dabec7197cd93a21c4d3e88aab848c/ios/Classes/SYPictureMetadata/SYMetadata.m#L112-L143
@Hixie Can I get test-exempt on this PR? This PR changes only document.
@darrenaustin Thank you for commenting and fixing! I've resolved it 👍
@darrenaustin It's merged now! Thanks 😊