In My Flutter App I will take UPI details and I will save to database and by using those details I want to create QR code which will scan by users to pay the amount, how i can achieve this ?
I am trying to show QR code in admin app, and by scanning that QR users can pay
You can show QrCode using this package, then create a
BarcodeWidgetand setbarcode:Barcode.qrCodeHere is an example of a widget with decoration that shows a nice QrCode: