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

unlisted

This is Fast QR displaying, for faster scanning and sharing of QR data. This is a varient of the original SaifuQR package

saifu_fast_qr #

This is Fast QR displaying, for faster scanning and sharing of QR data.

This is a varient of the original SaifuQR package

A package that enables single to many QR code generation.A single QRcode will simply be shown. Many QRcodes (large QRcode broken into smaller ones), will be displayed and animated from one to other.

This package includes addition features that will enable you to change it to suit your criteria.

Usage

To use this plugin, add saifu_fast_qr as a dependency in your pubspec.yaml file

Import it into your dart file

import 'package:saifu_fast_qr/saifu_fast_qr.dart';

Example

                SizedBox(
                    width: 500,
                    height: 500,
                    child: SaifuFastQR(data: "Hello World"),
                        );
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

This is Fast QR displaying, for faster scanning and sharing of QR data. This is a varient of the original SaifuQR package

Homepage

License

AGPL-3.0 (LICENSE)

Dependencies

flutter, flutter_swiper, qr_flutter

More

Packages that depend on saifu_fast_qr