Passing data with QR Code

Actions & Logic

Hello everyone,

I'm working on a school project aimed at developing an entry validation system. This system allows establishment staff to scan a QR Code displayed on the client's device. This QR Code encodes data such as the client's first and last name. Upon scanning, the QR Code redirects the staff to a webpage displaying the client's identification information.

Here's how it works in practice:

  • User A (the client) has a QR Code generated on their mobile app containing their personal information.

  • User B (the establishment personnel) scans this QR Code, which automatically redirects them to a webpage displaying the client's information.

I've tried looking for tutorials to assist me, including FlutterFlow tutorials on data passing, but to no avail. Do you have any advice or resources you could recommend?

What have you tried so far?

I've tried inserting the customer's information directly into the QR Code, which displays it when scanned (see photo) however it's displayed in plain text and I want it to redirect the facility staff to another page where they can see the information in full.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
3 replies