document_capture 0.0.2 copy "document_capture: ^0.0.2" to clipboard
document_capture: ^0.0.2 copied to clipboard

DocuCapture is a Flutter package that provides a simple way to capture documents using a camera.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add document_capture

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  document_capture: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:document_capture/document_capture.dart';
0
likes
120
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

DocuCapture is a Flutter package that provides a simple way to capture documents using a camera.

Homepage

License

MIT (license)

Dependencies

camera, camera_platform_interface, dotted_border, flutter, google_mlkit_commons, google_mlkit_face_detection, google_mlkit_text_recognition, image, image_picker, intl, path_provider

More

Packages that depend on document_capture