show_qrcode 0.1.1 copy "show_qrcode: ^0.1.1" to clipboard
show_qrcode: ^0.1.1 copied to clipboard

A plugin to show QRCode in Flutter

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
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A plugin to show QRCode in Flutter

Repository (GitHub)
View/report issues

License

Apache-2.0, BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on show_qrcode