sawankumarbundelkhandi / edge_detection

This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.
https://pub.dev/packages/edge_detection
Apache License 2.0
250 stars 248 forks source link

While clicking on save button, it navigate back to previous screen #153

Open deadman00069 opened 1 year ago

deadman00069 commented 1 year ago

I am using this package in a project.

While clicking on the save button on the IOS side, it sometimes navigates back to the previous screen. And also it freezes the screen as well.

It all happening on the IOS side only.

Please find both issue's videos below:

Navigation back issue: https://github.com/sawankumarbundelkhandi/edge_detection/assets/67422898/a8ea6889-4f71-40ea-b6f5-41adb9c9800b

Screen Freeze issue: 6D7B7A3E-64F2-4452-871B-53A057927C1A

Flutter version: Flutter 3.13.4 • channel stable • https://github.com/flutter/flutter.git Framework • revision 367f9ea16b (3 weeks ago) • 2023-09-12 23:27:53 -0500 Engine • revision 9064459a8b Tools • Dart 3.1.2 • DevTools 2.25.0

Package version: edge_detection: ^1.1.2 WeChat version: ^3.0.0

sawankumarbundelkhandi commented 1 year ago

I am unable to replicate this issue. Can you please try the latest release? v1.1.3. Also, is it WeScan version: ^3.0.0 or WeChat?

If you can give me an example project with the issue, I can try to fix it.