fun_qr_generator 0.0.1 copy "fun_qr_generator: ^0.0.1" to clipboard
fun_qr_generator: ^0.0.1 copied to clipboard

outdated

To generate custom qr image with gif background.

generate gif image path for custom code with gif background add custom code in widget tree

Features #

[] []

Getting started #

Usage #

const like = 'sample';

// use custom qr in widget tree
Container(
    decoration: const BoxDecoration(
        image:
            DecorationImage(image: AssetImage("your asset image"))),
    child: CustomPaint(
    size: const Size(200, 200),
    painter: FunQrPainter(
        data: "data",
        options: FunQr.defaultOptions,
    )),
)


// use the temp gif path to save gallery or do other things
String gifPath = await FunQr().generatePathWithGif(
              data: "qr content", gifUrl: "https://yourgif.gif");

          

Additional information #

3
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

To generate custom qr image with gif background.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

custom_qr_generator, flutter, image, image_gallery_saver, path_provider, permission_handler, zxing_lib

More

Packages that depend on fun_qr_generator