scan_document 0.5.0 copy "scan_document: ^0.5.0" to clipboard
scan_document: ^0.5.0 copied to clipboard

A package to scan documents using camera and convert it to a PDF.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scan_document

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

dependencies:
  scan_document: ^0.5.0

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:scan_document/scan_document.dart';
4
likes
120
pub points
21%
popularity

Publisher

verified publisheraawaz.dev

A package to scan documents using camera and convert it to a PDF.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

camera, flutter, image, pdf

More

Packages that depend on scan_document