qr_code_to_image 0.0.3 copy "qr_code_to_image: ^0.0.3" to clipboard
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';
4
likes
130
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

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 images, and share them with other users. Additionally, you have the ability to scan existing QR codes and copy their content.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_barcode_scanner, flutter_web_plugins, path_provider, plugin_platform_interface, qr_flutter, share

More

Packages that depend on qr_code_to_image