edge_detection 1.0.5 edge_detection: ^1.0.5 copied to clipboard
A flutter plugin to detect edges of objects, scan paper, detect corner, detect rectangle. It allows cropping of the detected object image and returns the path of the cropped image.
0.0.1 #
- Initial release.
1.0.1 #
- Updated kotlin extension to 1.2.51
1.0.2 #
- Removed unused code.
1.0.3 #
- Updated to Android X (Thanks to @BugsBunnyBR for the PR)
1.0.4 #
- Corrected images path for pub.dev readme page.
1.0.5 #
- Fixed an issue where the user can't use the app alongside of filepicker. (Thanks to @RodrigoPorras for the PR)
- Migrated the plugin code to Swift5. (Thanks to y-okady for the PR)
- Fixed some issues that were reported on Github.