qr 3.0.2 qr: ^3.0.2 copied to clipboard
A QR code generation library for Dart and Flutter. Supports QR code version 1 through 40, error correction and redundancy.
import 'src/qr_demo.dart';
void main() {
QrDemo();
}