qr_plus 1.2.0 copy "qr_plus: ^1.2.0" to clipboard
qr_plus: ^1.2.0 copied to clipboard

Advanced all-in-one qr code package with support for safe qr codes.

qr_plus changelog #

1.2.0 #

  • fix: convert timestamps to utc before checking TTL
  • feat: instead of returning a single QrPlusAuthenticity, onData returns a list of them in case there are multiple violations
  • feat: the reader will now read the code even if TTL is invalid, but the reader will be notified of the expired TTL through the authenticity list on onData

1.1.4 #

  • fix: fixes issue where changing encryption key from default would not allow data to be transferred

1.1.3 #

  • fix: fixes issue where qr code reader is too slow and not responding fast enough

1.1.2 #

  • fix: adds missing fields for QrPlusReaderController

1.1.1 #

  • fix: exports QrPlusReaderController for reader customization

1.1.0 #

  • fix: fixes issues with dependencies
  • BREAKING CHANGE: allowDuplicates on QrPlusReader is deprecated in favor of DetectionSpeed on QrPlusReaderController

1.0.1 #

  • fix: fixes issues with pub scores and github workflows

1.0.0 #

  • feat: initial release