Intergrate pub.dev package - Customer camera widget with edge detection/document scanning functionality

Custom Code

This one is definitely an advanced question for the Dart/Flutter wizards amongst us.

I am looking to implement a pub.dev package which provides for camera edge detection and ideally crop functionality.

There are several packages which promise to do this, however I've been unsuccessful in getting any to work correctly in FF in my early attempts. I'm definitely still working on it, but as an RN guy, I'm just wondering if somebody has walked this path already.

This would address a phenomenal number of advanced use cases for efficient document/object image capture if somebody has already solved this and is prepared to help the community with some guidance, or is simply able to contribute some ideas on how we might get this to work.

If I can get it working I will absolutely share this back with the community in a how to.

What have you tried so far?

I've tried implementing the following packages, including exporting code to Xcode and making changes to info.plist where required, but I'm still going wrong somewhere.

edge_detection

cuervo_document_scanner

flutter_document_scanner

(Image from cuervo_document_scanner package docs as the forum form requires an image!?)

Did you check FlutterFlow's Documentation for this topic?
Yes