document_scanner 0.1.0
document_scanner: ^0.1.0 copied to clipboard
A plugin that creates a native platform view that scans documents, as a flutter widget.
0.1.0 #
- Document Scanner property : onPictureTaken name changed to onDocumentScanned
- Document Scannner onDocumentScanned argument changed from String (scanned document location) to ScannedImage object that holds more information about the scanned document
- Added getScannedDocumentAsFile() method on class ScannedImage
0.0.4 #
- made the initial setup for android much easier
0.0.3 #
- added android instructions
0.0.2 #
- added IOS support
0.0.1 #
- inital alpha release
- needs testing for android