qr_terminal

Last updated:

0 purchases

qr_terminal Image
qr_terminal Images
Add to Cart

Description:

qr terminal

qr_terminal #
Print QRCodes in your terminal.
Project was inspired by qrcode-terminal for javascript/node.
Pub package #
Install with Dart
dart pub add qr_terminal
copied to clipboard
Or with Flutter
flutter pub add qr_terminal
copied to clipboard
Then import this module
import 'package:qr_terminal/qr_terminal.dart' as $qr_terminal;
copied to clipboard
Usage #
Generate a regular QR #
$qr_terminal.generate("Hello World!");
copied to clipboard
Generate a small QR #
$qr_terminal.generate("Hello World!", small: true);
copied to clipboard
Generate a QR specifying a QRCode type #
$qr_terminal.generate("Smol", typeNumber: 4);
copied to clipboard
Generate a QR specifying a QRCode type and make it small #
$qr_terminal.generate("Smoller", typeNumber: 4, small: true);
copied to clipboard
License #
GNU GPL v3

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.