79539233

Date: 2025-03-27 14:56:40
Score: 1
Natty:
Report link

https://github.com/miguelpruivo/flutter_file_picker/issues/1743 here you have the problem with that bug and his resolution, if you in your code sets the compressionQuality: 0, it works succesfully without duplicate images:

FilePickerResult? result = await FilePicker.platform.pickFiles(
      allowMultiple: true,
      type: FileType.image,
      compressionQuality: 0
      
    );
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: daniel