qr_code_to_image 0.0.3
qr_code_to_image: ^0.0.3 copied to clipboard
QR_Code_to_Image is a Flutter plugin that provides a range of features for working with QR codes. With this plugin, you can easily generate QR codes, display them on the screen, convert them into imag [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qr_code_to_image
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
qr_code_to_image: ^0.0.3
Alternatively, your editor might support 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_code_to_image/qr_code_to_image.dart';