Skip to content

Releases: juliansteenbakker/mobile_scanner

v0.1.0

21 Feb 08:36
3ff7c07
Compare
Choose a tag to compare

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.

Bugfixes:

  • Fixed a crash when dispose is called in a overridden method. #5

v0.0.3

17 Feb 08:43
53184a2
Compare
Choose a tag to compare
  • Added some API docs and README
  • Updated the example app

v0.0.2

16 Feb 08:46
e85a472
Compare
Choose a tag to compare

Fixed on iOS:

  • You can now set the torch
  • You can select the camera you want to use

v0.0.1

16 Feb 08:45
763227f
Compare
Choose a tag to compare

Initial release!
Things working on Android:

  • Scanning barcodes using the latest version of MLKit and CameraX!
  • Switching camera's
  • Toggling of the torch (flash)

Things working on iOS:

  • Scanning barcodes using the latest version of MLKit and AVFoundation!