1.Introduction
Recently there were some topics(on Kodular Community) about generating qr code offline and storing on device and I got inspiration/idea to create Qr extension.
Don’t go on name…it is not only related to Qr Code but also to Bar Code.It can generate and read Qr Code and Bar Code when you are offline besides when you are online.
Latest Version: 5.1
Released:2020-03-20T18:30:00Z
Last Updated: 2021-06-23T18:30:00Z
2.Blocks
Just 3 method and 2 event blocks
3.Documentation
A short documentation for the extension-
Creates BarCode and raises event 'BarCodeGenerated' with response and filepath
Note: File Path should be absolute like/storage/sdcard/qr.png
Decodes BarCode and raises event 'BarCodeDecoded' with result
Returns a list of supported Bar code formats which can be either decoded or encoded
4.Downloads
Aix can be found here:
Thank you