flutter_document_scanner 1.1.2 copy "flutter_document_scanner: ^1.1.2" to clipboard
flutter_document_scanner: ^1.1.2 copied to clipboard

A Flutter plugin that allows the management of taking, cropping and applying filters to an image, using the camera plugin

1.1.2 #

  • Adds compatibility with Android Gradle Plugin 8.0, by adding a namespace to the build.gradle. (thanks @mvanbeusekom #11)

1.1.1 #

  • Fix error when initializing the camera in the build, so now it is initialized in the initState to only call it once.
  • Prevent streams from reporting repeated data consecutively.
  • Increased default dot size from 18 to 24.

1.1.0 #

  • Added findContoursFromExternalImage and example to use it
  • Added dispose method to DocumentScannerController to close cameraController
  • Upgrade Android SDK to 33, gradle to 7.3.0 and kotlin to 1.8.20

1.0.0 #

  • Stable version with basic functionality and new structure

0.1.0 #

  • Removing packages and adjusting opencv functionality (findContours)

0.0.1 #

  • Initial release.
122
likes
140
pub points
89%
popularity

Publisher

unverified uploader

A Flutter plugin that allows the management of taking, cropping and applying filters to an image, using the camera plugin

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, camera, equatable, flutter, flutter_bloc, flutter_document_scanner_android, flutter_document_scanner_ios, flutter_document_scanner_platform_interface

More

Packages that depend on flutter_document_scanner