juliansteenbakker / mobile_scanner

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.
BSD 3-Clause "New" or "Revised" License
744 stars 444 forks source link

chore(deps): Bump GoogleMLKit/BarcodeScanning to 6.0.0 #1023

Closed JarkkoSaarinen-Vincit closed 3 weeks ago

JarkkoSaarinen-Vincit commented 4 weeks ago

The 5.0.0 version has the iOS privacy manifests updated for the MLKit libs themselves, but they still pulled in old versions of transitive dependencies like GoogleToolboxForMac that didn't have the necessary manifests. The 6.0.0 version updated the transitive dependencies and now the privacy manifests should be all good.

MagnusJohansson commented 4 weeks ago

@juliansteenbakker Please review this PR.

j-ixcayau commented 4 weeks ago

Is there any update of this pr?

juliansteenbakker commented 3 weeks ago

Looks good!

navaronbracke commented 3 weeks ago

@JarkkoSaarinen-Vincit I'll prepare a new release with this version update.

hinson-x commented 3 weeks ago

@navaronbracke After updating to 5.0.0-beta3, I get this error:

Running Xcode build... Xcode build done. 1603.0s Failed to build iOS app Error (Xcode): lib/feature/qr_scanner/page/qr_scanner_page.dart:25:17: Error: No named parameter with the name 'onDetect'.

Could not build the application for the simulator.

navaronbracke commented 3 weeks ago

@hinson-x Please read the changelog's breaking change notes. The examples / README has been updated to reflect the new API.