MARKETPLACE
PLUGINS
"AGILE" GENERATE/SCAN QR CODES
"Agile" Generate/Scan QR Codes logo

"Agile" Generate/Scan QR Codes

Published July 2020
   •    Updated March 2026

Plugin details

This plugin allows you to add QR code generation and QR code reading into your app.

$12

One time  •  Or  $2/mo

2.6 stars   •   7 ratings
509 installs  
This plugin may track or collect your data. Learn how.

Platform

Web & Native mobile

Contributor details

Burrito Apps logo
Burrito Apps
Joined 2020   •   6 Plugins
View contributor profile

Instructions

1. GENERATE QR CODE:
Use the "QR Generate" workflow as an action in a workflow step to generate your QR code.

You'll need to specify the text to be turned into a QR code, this text has to be URL encoded. You can do this by using the formatted as.. URL encoded built in bubble feature to encode your text.

You'll need to specify the height and width of your QR code in pixels.

The result will be an image which you can save as an image and store inside bubble. You can save the resulting image in your next workflow step by adding a "change data" workflow and create an image data and reference the Result of Step that you used to generate the code. The result of the Generate workflow will be the image itself.

2. SCAN QR CODE:
Use the Get Data From An External API feature and select the "QR Scan" API as a datasource to scan an image containing a QR code.

You'll need to specify a URL encoded link to your image and the result will include the QR code's data.

The result will give you the following options:
type: this will always result in "qrcode"
symbol (this will include your decoded data)
symbol's data (gives you the actual text from the QR code)
symbol's error message will give you any error messages if applicable

The raw data from the scanning operation looks as follows:

[
   {
       "type": "qrcode",
       "symbol": [
           {
               "seq": 0,
               "data": "HelloWorld",
               "error": null
           }
       ]
   }
]


When you are scanning a QR code, make sure that your image file is less than 1MB. You may have to resize an image before scanning it.

Link to editor: https://bubble.io/page?type=page&name=agile-qr&id=agile-qr-code&tab=tabs-1

Data collection and tracking

This author has not yet disclosed their data usage policy. Learn more by contacting the author.

Types

This plugin can be found under the following types:
Api   •   Action

Categories

This plugin can be found under the following categories:
Data (things)   •   Technical   •   Mobile   •   Small Business   •   Media

Resources

Support contact
Tutorial

Rating and reviews

Average rating (2.6)

Important
April 2nd, 2024
it dont work anymore, so why charge
Unbale to see Generate action. Also how to uninstall? Keeps coming back after I uninstall..
September 7th, 2023
I am not able to see Generate QR function. Can I get some help on this?
I needed a QR code, it gave me a QR code.  
July 2nd, 2022
I needed this plug-in over the others because this one could be used in a workflow, rather than having to be used as an element on a page. It took about 3 minutes to get it to work and it works great. Now I can batch create QR codes, rather than one at a time, which can take a bit too much time.
Urgent - Error with plugin
May 12th, 2021
Hello, I have been having some errors with the plugin. It showed me this error attached below : The service QR Code - QR Scan just returned an error (HTTP 400). Please contact the plugin author directly for feedback. Raw error : en: malformed 'read-qr-code' API request. Please consider the API documentation at http://goqr.me/api/doc/read-qr-code/ Thank you in advance for your feedback.
Works as expected
January 29th, 2021
Bubble