qr 2.0.0-nullsafety.1 qr: ^2.0.0-nullsafety.1 copied to clipboard
A QR code generation library for Dart and Flutter. Supports QR code version 1 through 40, error correction and redundancy.
// @dart=2.9
// Need to get a null-safe version of pkg:stream_transform first
import 'src/qr_demo.dart';
void main() {
QrDemo();
}