qr_plus 1.3.0 qr_plus: ^1.3.0 copied to clipboard
Advanced all-in-one qr code package with support for safe qr codes.
qr_plus changelog #
1.3.0 #
- fix: fix issues with snowden mode
- chore: dependency updates
- BREAKING CHANGE: bump ios minimum target to
15.5
1.2.1 #
- chore: dependency update
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
onQrPlusReader
is deprecated in favor ofDetectionSpeed
onQrPlusReaderController
1.0.1 #
- fix: fixes issues with pub scores and github workflows
1.0.0 #
- feat: initial release