qrcode_component 1.0.2 copy "qrcode_component: ^1.0.2" to clipboard
qrcode_component: ^1.0.2 copied to clipboard

retracted

QRCodeComponent is a Flutter widget that enables easy generation of QR codes within Flutter applications. It offers customizable options for QR code appearance, including colors, error correction leve [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qrcode_component

With Flutter:

 $ flutter pub add qrcode_component

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

dependencies:
  qrcode_component: ^1.0.2

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:qrcode_component/qr_code.dart';
4
likes
0
points
287
downloads

Publisher

verified publishergametech-horizon.com

Weekly Downloads

QRCodeComponent is a Flutter widget that enables easy generation of QR codes within Flutter applications. It offers customizable options for QR code appearance, including colors, error correction levels, and overlay images. The widget supports rendering QR codes as canvas, SVG, or image elements and provides accessibility features such as alternate text and ARIA labels.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, qr

More

Packages that depend on qrcode_component