Installating the SDK
Ensure you have Flutter installed and set up in your environment. For installation instructions, visit the Flutter Installation Guide.
Installation
Step 1: Clone the Repository
Clone the Document Detector Flutter bridge repository into your project:
Place the cloned folder (DocumentDetectorFlutter
) within your project's directory structure.
Step 2: Add the Bridge as a Dependency
Update your pubspec.yaml
file to include the DocumentDetectorFlutter
dependencies. For example:
Adjust the path
to match the location of the document_detector
package relative to your project.
A pubspec.yaml
sample can be seen in the Caf's Document Detector Flutter Repository
Last updated