document_scanner 0.1.2 copy "document_scanner: ^0.1.2" to clipboard
document_scanner: ^0.1.2 copied to clipboard

outdated

A plugin that creates a native platform view that scans documents, as a flutter widget.

0.1.2 #

  • Android : fixed a bug that was sometimes crashing the app after scanning the document.

0.1.1 #

  • Android : fixed a bug that caused onDocumentScanned getting called with a null document.
  • Android : fixed a bug that was sometimes crashing the app.
  • Android : changed scanned document image save location from external storage to internal cache directory.

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
82
likes
40
pub points
76%
popularity

Publisher

verified publishereliasteeny.com

A plugin that creates a native platform view that scans documents, as a flutter widget.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_plugin_android_lifecycle

More

Packages that depend on document_scanner