ascii_qr 1.0.1 copy "ascii_qr: ^1.0.1" to clipboard
ascii_qr: ^1.0.1 copied to clipboard

Create ASCII QR codes in Dart. Like console_qr, but with no Flutter dependency.

example/ascii_qr_example.dart

import 'package:ascii_qr/ascii_qr.dart';
import 'package:qr/qr.dart';

void main() {
  final qrCode = AsciiQrGenerator.generate('https://cypherstack.com/',
      errorCorrectLevel: QrErrorCorrectLevel.H);
  print(qrCode);
}
1
likes
155
points
19
downloads

Publisher

verified publishercypherstack.com

Weekly Downloads

Create ASCII QR codes in Dart. Like console_qr, but with no Flutter dependency.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

qr

More

Packages that depend on ascii_qr