Julian Steenbakker

release of v0.1.0

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