Suhwan Cha

Results 8 issues of Suhwan Cha

iOS crashed when set output format as `webp` and `keepExif: true`. ```dart Future compressAndGetFile(String targetPath) async { final result = await FlutterImageCompress.compressWithFile( file.absolute.path, quality: 50, format: CompressFormat.webp, keepExif: true, //...

type: bug
platform: ios
category: exif

**Overview** This PR writes document properties on `IamportPayment` and `PaymentData`. Please follow link below to get more information about documentation: https://dart.dev/guides/language/effective-dart/documentation **Usage** ![image](https://user-images.githubusercontent.com/16171447/152742335-89e7d301-28ae-4aed-9971-d39db9748cee.png) ![image](https://user-images.githubusercontent.com/16171447/152742014-9ad1744d-d12a-4b1b-9339-7cb0ecc23fd5.png) ![image](https://user-images.githubusercontent.com/16171447/152741878-baccad26-b6fe-420f-96a5-c7d335176e4f.png) ## Todo I can not...

https://github.com/iamport/iamport_flutter/blob/9e8afc4166dd6e13ea4649ffc6502a2086d5cf80/lib/model/payment_data.dart#L52 아래 할부 개월수를 설정할 수 있는 파라미터를 생성자에서 받고 있지 않아 설정이 불가능합니다. ```dart List? displayCardQuota; ``` https://github.com/iamport/iamport_flutter/blob/9e8afc4166dd6e13ea4649ffc6502a2086d5cf80/lib/model/payment_data.dart#L82-L117 https://github.com/iamport/iamport_flutter/blob/9e8afc4166dd6e13ea4649ffc6502a2086d5cf80/README.md#L202 위 예시에서는 설정이 가능한데, 현재 `PaymentData.fromJson(...)` 외에는 설정이 불가능한가요?

## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains...

framework
f: material design
autosubmit

In native figma code convertor, they show name of typography and color. For example ```css color: var(--black, #000000); /* Material/label/large */ font-size: 18px; font-weight: 500; line-height: 24px; ``` Therefore, it...

https://github.com/flutter/flutter/issues/34505 ```dart import 'package:flutter/foundation.dart'; String foo() { if (kReleaseMode) { return null; } return _calculateABunchOfStuffAndReturnALongString(); } ``` To cover source code above, --dart-define option is needed. For example, to testing...

feature
good first issue
p2

https://docs.flutter.dev/perf/impeller ```xml ``` Flutter 3.16 버전에서 추가된 impeller 사용시, 지도가 제대로 작동하지 않는 오류가 있습니다. impeller 엔진을 사용하고, modal이나 bottomsheet 등, 레이어를 만들면 지도가 작동을 멈추는 오류가 있습니다. 문서에 impeller...

Android
flutter engine issue

In latest version (v4.1.0), real address feature was added. But it can be used only with `faker.RealAddress` struct, it makes hard to seed database. would be better provide address with...