diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9cd268f..902073297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## 0.1.0 We now have MacOS support using Apple's Vision framework! -Keep in mind that for now, only the raw value is supported. +Keep in mind that for now, only the raw value of the barcode object is supported. + +Bugfixes: +* Fixed a crash when dispose is called in a overridden method. [#5](https://github.com/juliansteenbakker/mobile_scanner/issues/5) ## 0.0.3 * Added some API docs and README diff --git a/README.md b/README.md index 9d47832ba..149c932aa 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 scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS. +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.