minjinDelable

Results 2 issues of minjinDelable

For example, the image before the crop is 1mb. The image after the crop increases to around 6MB. Any value in the image quality option shows similar symptoms.

my test code here ```dart Future myInfoUpdateDialog2( BuildContext context, String title, ) async { await showDialog( context: context, builder: (BuildContext context) { return MultiSelectDialog( initialValue: controller.state.gnrProfileInfo.value.idealType, items: IdealType.values .map((IdealType e)...