diff --git a/CHANGELOG.md b/CHANGELOG.md index 902073297..45a4b870f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 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. diff --git a/README.md b/README.md index 149c932aa..65f989b7f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 7b27c0011..e6ac4af5a 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 615fd2067..d0a281308 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ 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: