Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
957 stars 245 forks source link

google_mlkit_commons introduced breaking changes #355

Closed vlazdra closed 9 months ago

vlazdra commented 1 year ago

Steps to Reproduce

Just follow the instructions for converting the AnalasysImage to InputImage by using the latest version of google_mlkit_barcode_scanning 0.7.0

Expected results

The code should work.

Actual results

Some classes have been removed from the core library.

Here is the google_mlkit_commons Changelog: https://pub.dev/packages/google_mlkit_commons/changelog

g-apparence commented 1 year ago

Nice ! Thank you reporting this. If you are interested on working on this, this would be a pleasure.

iBog commented 1 year ago

Added my PR to fix this