Skip to content

Commit

Permalink
release of v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Feb 21, 2022
1 parent 3ff7c07 commit 7a3e82a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7a3e82a

Please sign in to comment.