smart_digital_qr_code 1.0.8 copy "smart_digital_qr_code: ^1.0.8" to clipboard
smart_digital_qr_code: ^1.0.8 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
    )
)

Sample on Google Play #

Link:

https://play.google.com/store/apps/details?id=digital.qr.code

Developer: Saif Alhourani 🙂

Follow me here 🙂:

https://www.linkedin.com/in/saif-alhourani-7a158b1b9/

2
likes
110
pub points
0%
popularity

Publisher

verified publisherdiscovers.app

Create your own QR code or rapidly re-create one using simple procedures and one-of-a-kind add-ons.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, google_fonts, qr_flutter

More

Packages that depend on smart_digital_qr_code