document_capture 0.0.1 copy "document_capture: ^0.0.1" to clipboard
document_capture: ^0.0.1 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.1

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
150
points
32
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

flutter

More

Packages that depend on document_capture