qr_terminal 1.1.1 copy "qr_terminal: ^1.1.1" to clipboard
qr_terminal: ^1.1.1 copied to clipboard

Print QRCodes in your terminal. Project was inspired by "qrcode-terminal" for javascript/node.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qr_terminal

With Flutter:

 $ flutter pub add qr_terminal

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  qr_terminal: ^1.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:qr_terminal/qr_terminal.dart';
2
likes
140
pub points
46%
popularity

Publisher

verified publishercattaneo.uy

Print QRCodes in your terminal. Project was inspired by "qrcode-terminal" for javascript/node.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

qr

More

Packages that depend on qr_terminal