saifu_qr 0.2.1 copy "saifu_qr: ^0.2.1" to clipboard
saifu_qr: ^0.2.1 copied to clipboard

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.Th [...]

[0.2.1] - 2022-03-22 #

Data is no longer enforced to be a List

You can now decide whether you want the package to split the data provided into string chunks. If True, it will split into characters [determined by you], or If False, it will use the data provided and put them 1-1 into the QR Image

More parameter options provided.

[0.2.0] - 2022-03-22 #

Updated for Flutter 2.0 Null Safety Dependecies packages updated. SDK updated to ">=2.12.0 <3.0.0"

[0.1.0] - 2021-01-17 #

Version issue fixed, and improved documentation

[0.0.2] - 2020-12-23 #

Images should now be showing in the dart dev packages website.

[0.0.1] - 2020-12-08 #

The initial release supports generating one to many QR-codes, that that will be displayed to the user.

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 release includes addition features that will enable you to change it to suit your criteria.

Usage

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

Import it into your dart file

import 'package:saifu_qr/saifu_qr.dart';

Example

  Column(mainAxisAlignment: MainAxisAlignment.center,
    children: [
        SizedBox(
             width: 500,
             height: 500,
                child: SaifuQR(data: ["This must be", "a data set"]),
                )
             ])
0
likes
50
pub points
0%
popularity

Publisher

unverified uploader

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.

Homepage

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

card_swiper, flutter, qr_flutter

More

Packages that depend on saifu_qr