Julian Steenbakker

imp: upgrade GoogleMLKit/BarcodeScanning to 4.0.0

## NEXT
Improvements:
* [iOS] Updated GoogleMLKit/BarcodeScanning to 4.0.0
## 3.1.1
Bugs fixed:
* [iOS] Fixed a bug that caused a crash when switching from camera.
... ...
... ... @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mobile_scanner'
s.version = '3.0.0'
s.version = '3.2.0'
s.summary = 'An universal scanner for Flutter based on MLKit.'
s.description = <<-DESC
An universal scanner for Flutter based on MLKit.
... ... @@ -15,7 +15,7 @@ An universal scanner for Flutter based on MLKit.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'GoogleMLKit/BarcodeScanning', '~> 3.2.0'
s.dependency 'GoogleMLKit/BarcodeScanning', '~> 4.0.0'
s.platform = :ios, '11.0'
s.static_framework = true
# Flutter.framework does not contain a i386 slice.
... ...
name: mobile_scanner
description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version: 3.1.1
version: 3.2.0
repository: https://github.com/juliansteenbakker/mobile_scanner
environment:
... ...