saifu_qr
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 multiple_qrcodes as a dependency in your pubspec.yaml file
Import it into your dart file
import 'package:saifu_qr/saifu_sq.dart';
Example
return AlertDialog(
content: Column(
mainAxisSize: MainAxisSize.min,
children: [
SizedBox(
width: 500,
height: 500,
child: SaifuQR(data: txtController.text),
)]));
This package includes addition features that will enable you to change it to suit your criteria.
# Swiper Layouts | # Screenshot | # Code Example |
---|---|---|
# Stack | ![]() | SwiperLayout.STACK |
# Tinder | ![]() | SwiperLayout.TINDER |
# Default | ![]() | SwiperLayout.DEFAULT |
# Custom | SwiperLayout.CUSTOM |
_refer to the Swiper library (https://github.com/best-flutter/flutter_swiper) for more information on layouts and building a custom one. to build a custom one or issue with NULL error at initialisation of multiple frames : https://github.com/best-flutter/flutter_swiper/issues/139#issuecomment-553876950 _
SwiperControl
control: new SwiperControl(color: Colors.red)
Page Indicator.(DROP/SLIDE e.g.)
PageIndicatorLayout.DROP
Pagination Builder
DotSwiper
DotSwiperPaginationBuilder()
Fraction
FractionPaginationBuilder();
RectSwiper
RectSwiperPaginationBuilder();
These properties are required to be depending on the type of builder used: e.g. itemHeight: x --> this property is valid if layout=STACK or layout=TINDER or LAYOUT=CUSTOM, itemWidth: x --> this property is valid if layout=STACK or layout=TINDER or LAYOUT=CUSTOM,