This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor ML Kit Barcode Scanning plugin.
- On Android, the
mlkitBarcodeScanningVersion
variable has been updated to17.2.0
. - On Android, the
playServicesCodeScannerVersion
variable has been updated to16.1.0
.
This plugin now supports Capacitor 5 only. Please run npx cap sync
after updating this package.
If you want to use this plugin with Capacitor 4, please install version 0.0.3
:
npm i @capacitor-mlkit/[email protected]
The calculation of the corner points has been improved. The coordinates are now multiplied by the pixel ratio of the device.