fun_qr_generator

Last updated:

0 purchases

fun_qr_generator Image
fun_qr_generator Images
Add to Cart

Description:

fun qr generator

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");


copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.