Scan the QR code from device camera and launch to the flutter app

1.5k Views Asked by At

I want to scan the QR code using the phone's camera and then direct it to the flutter application I created. I couldn't find a resource that could help me with this. Can anyone help with this before?

1

There are 1 best solutions below

8
On

I suggest you to use the Firebase dynamic links

Take a look at the following video, it should point you in the right direction

Firebase Dynamic Links

Dynamic Links are smart URLs that allow you to send existing and potential users to any location within your iOS or Android app. They survive the app install process, so even new users see the content they're looking for when they open the app for the first time.

For Flutter you can use this plugin Firebase Dynamic Links for Flutter

As soon as you have generated the link, it can be easily encoded in a qr-code image using an online service or an offline tool.