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

To generate custom qr image with gif background.

generate gif for custom code with gif background image

// display custom code in widget tree

Features #

Getting started #

Usage #


// 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().generatePath(
              data: "qr content", gifUrl: "https://yourgif.gif");

          
3
likes
110
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

To generate custom qr image with gif background.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

custom_qr_generator, flutter, image, path_provider, zxing_lib

More

Packages that depend on fun_qr_generator