yuchan2215
Committed by GitHub

Merge branch 'juliansteenbakker:master' into master

## 2.0.0
Breaking changes:
This version is only compatible with flutter 3.0.0 and later.
## 1.1.2-play-services
This version uses the MLKit play-services model on Android in order to save space.
With the example app, this version reduces the release version from 14.9MB to 7MB.
... ...
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: 1.1.2-play-services
version: 2.0.0
repository: https://github.com/juliansteenbakker/mobile_scanner
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
... ...