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 from 4.0.0 to 5.0.0 #998

Closed ShunMc closed 1 month ago

ShunMc commented 1 month ago

This package depends on GoogleMLKit/BarcodeScanning.

Currently, it relies on version v4.0.0 of GoogleMLKit/BarcodeScanning. The latest version is v5.0.0, which includes support for the Apple Privacy Manifest, prompting the need for an update of the dependent package.

This PR updates the dependency from v4.0.0 to v5.0.0.

navaronbracke commented 1 month ago

I made the same version bump in the working branch for version 5.0.0-beta.3, I'll also add a privacy manifest in that version.

I also bumped the minimum iOS version to 12.0, as that is the new minimum for MLKit and Flutter itself is also about to make that its new minimum.