Julian Steenbakker

release of v0.1.1

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