Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 708 Bytes

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 708 Bytes

0.0.1

  • scanBarcode method that opens a camera views and exits once an item has been scanned or the user disimisses the scanner.

0.0.2

  • handle bug for android initialisation in release mode (passing of symbologies and licensekey)

0.0.3

  • Fix bug with Android intent filters (should not auto-launch scanner)

0.0.4

  • Handle potential bug with iOS navigation (pop navigationController on dismiss)

0.0.5

  • Handle iOS issues on scanner dismiss

0.0.6

  • Dismiss on correct thread

0.1.0

  • Support Flutter v1.12.13+ Plugins
  • Use Symbology enums on return
  • Better exception management

0.1.0+1

  • Update iOS setup

0.1.0+2

  • fix: Use newer iOS Swift UIEdgeInsets.init