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.

scan_document #

A new flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Permissions #

Android

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

iOS

<key>NSCameraUsageDescription</key>
<string>Can I use the camera please?</string>
<key>NSMicrophoneUsageDescription</key>
<string>Can I use the mic please?</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Example usage description</string>
4
likes
120
pub points
24%
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