cunning_document_scanner 1.1.4 copy "cunning_document_scanner: ^1.1.4" to clipboard
cunning_document_scanner: ^1.1.4 copied to clipboard

A document scanner plugin for flutter. Scan and crop automatically on iOS and Android.

cunning_document_scanner #

A state of the art document scanner with automatic cropping function.

Getting Started #

Handle camera access permission

IOS #

Add a String property to the app's Info.plist file with the key NSCameraUsageDescription and the value as the description for why your app needs camera access.

<key>NSCameraUsageDescription</key>
<string>Camera Permission Description</string>

Android #

minSdkVersion should be at least 21

How to use ? #

    final imagesPath = await CunningDocumentScanner.getPicture(true)

The path's to the cropped Images will be returned.

Contributing #

Step 1 #

  • Fork this project's repo :

Step 2 #

  • Create a new pull request.

License #

This project is licensed under the MIT License - see the LICENSE.md file for details

127
likes
0
pub points
95%
popularity

Publisher

verified publishercunning.biz

A document scanner plugin for flutter. Scan and crop automatically on iOS and Android.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, permission_handler

More

Packages that depend on cunning_document_scanner