Julian Steenbakker

release of v0.1.1

## 0.1.1
mobile_scanner is now compatible with sdk >= 2.12 and flutter >= 2.2.0
## 0.1.0
We now have MacOS support using Apple's Vision framework!
Keep in mind that for now, only the raw value of the barcode object is supported.
... ...
... ... @@ -3,13 +3,13 @@
[![pub package](https://img.shields.io/pub/v/mobile_scanner.svg)](https://pub.dev/packages/mobile_scanner)
[![mobile_scanner](https://github.com/juliansteenbakker/mobile_scanner/actions/workflows/flutter.yml/badge.svg)](https://github.com/juliansteenbakker/mobile_scanner/actions/workflows/flutter.yml)
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.
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.
## Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
| ✔️ | ✔️ | ✔ | | | |
| ✔️ | ✔️ | ✔️ | | | |
CameraX for Android requires at least SDK 21.
... ...
... ... @@ -3,7 +3,7 @@ description: Demonstrates how to use the mobile_scanner plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
... ...
name: mobile_scanner
description: A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.
version: 0.1.0
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: 0.1.1
repository: https://github.com/juliansteenbakker/mobile_scanner
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=2.5.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.2.0"
dependencies:
flutter:
... ...