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