CHANGELOG.md 1.28 KB

0.1.2

  • MobileScannerArguments is now exported. 7

Bugfixes:

  • Fixed application crashing when stop() or start() is called multiple times. #5
  • Fixes controller not being disposed correctly. #23
  • Catch error when no camera is found. #19

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.

Bugfixes:

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

0.0.3

  • Added some API docs and README
  • Updated the example app

0.0.2

Fixed on iOS:

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

0.0.1

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!