QRCode
A Flutter plugin to generate QRCode. It currently only supports iOS (Swift 4.2)
🎖 Installing
dependencies:
show_qrcode: "^0.1.1"
⚡️ Import
import 'package:show_qrcode/show_qrcode.dart';
🎮 How To Use
await Qrcode.generateQRCode('Test message'); //pass the message you want in the QRCode