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

Success Status How example looks How example looks

Developer: Saif Alhourani 🙂

**Follow me here 🙂: https://www.linkedin.com/in/saif-alhourani-7a158b1b9/ **