smart_digital_qr_code 1.0.7 smart_digital_qr_code: ^1.0.7 copied to clipboard
Create your own QR code or rapidly re-create one using simple procedures and one-of-a-kind add-ons.
Digital QR Code #
You may pick the design you want from the QR code or quickly re-create an external one. You may also put more addresses from prominent social networking sites, as well as your phone number, so that others can see what you've included in the new QR code.
Getting started #
Import:
import 'package:smart_digital_qr_code/smart_digital_qr_code.dart';
You can also look example application:
SizedBox(
height: MediaQuery.of(context).size.height * 1,
width: MediaQuery.of(context).size.width,
child: DigitalQRCode(
data: "https://pub.dev/packages/smart_digital_qr_code",
editQRCode: true,
qrEmbeddedImageSize: 50,
useDefaultStyle: true
)
)
SizedBox(
height: MediaQuery.of(context).size.height * 1,
width: MediaQuery.of(context).size.width,
child: DigitalQRCode(
data: "https://pub.dev/packages/smart_digital_qr_code",
editQRCode: false,
qrEmbeddedImageSize: 50,
useDefaultStyle: false
)
)
SizedBox(
height: MediaQuery.of(context).size.height * 1,
width: MediaQuery.of(context).size.width,
child: DigitalQRCode(
data: "https://pub.dev/packages/smart_digital_qr_code",
editQRCode: false,
qrEmbeddedImageSize: 50,
useDefaultStyle: true
)
)
Screenshots #
Developer: Saif Alhourani 🙂
**Follow me here 🙂: https://www.linkedin.com/in/saif-alhourani-7a158b1b9/ **