shirsh94 / flutter_doc_scanner

MIT License
5 stars 6 forks source link

Error:Currently, this feature is supported only on Android Platform V 0.0.2 #3

Closed ASDdgomez closed 4 months ago

ASDdgomez commented 5 months ago

Hi, With version 0.0.2 , I have this image It is possible that with each image taken, create a list, this in order to show the mosaic of each of the images, it would be of great help,

shirsh94 commented 5 months ago

Currently, this feature is working on Android, and I'm actively working on implementing it for iOS.

ASDdgomez commented 5 months ago

Hi, in this code: image the functions getScanDocumentsUri is only to Plattform .iOS, and the error say Android only

shirsh94 commented 5 months ago

Thank you for bringing this to my attention! The issue has been fixed in version 0.0.4. Additionally, I'm currently working on implementing it for iOS. Stay tuned for updates!

ASDdgomez commented 5 months ago

Hi, the function getScanDocumentsUri It only works when a single image has been taken, if loading more than one, the application will crash image

Maybe in that case you can generate a array pdfURL: [ image1.jpg , image2.jpg ] with the images taken

image

Thanks

ASDdgomez commented 4 months ago

Hi, in the version 0.0.5 this error still persists.

the function getScanDocumentsUri It only works when a single image has been taken, if loading more than one, the application will crash

shirsh94 commented 4 months ago

Thank you for bringing this to my attention! The issue has been resolved in version 0.0.6. For some reason, a memory issue arose during iteration, but now I return all image URIs under a 'url' key.