eliasteeny / flutter_document_scanner

Document scanner plugin ported from react native to flutter
MIT License
38 stars 26 forks source link

Update openCv4 version to 3.3.0 #28

Open S1mple133 opened 1 year ago

S1mple133 commented 1 year ago

Hi! I'm using this package in combination with EdgeDetection and I've come across a dependency duplicate exception.

OpenCv4 was the problem, both packages use a different version. The version in this package was 3.1.0 so I fixed the exception by using the 3.3.0 version instead. Thought that someone may also need the newer version in the future.