oriventi / qr_scanner_overlay

A simple QR Scanner style overlay to be used with a stack ( and a camera scanner )

Repository from Github https://github.comoriventi/qr_scanner_overlayRepository from Github https://github.comoriventi/qr_scanner_overlay

A simple QR Scanner style overlay to be used with a stack ( and a camera scanner )

Features

The Widget provides a qr code scanner style overlay to be used with a stack , qr scanning widget

It has 2 modes one where you can pass in an image path ( only supports images as assets ) as its overlay another where you can pass in a color as overlay

image

Getting started

just import the package and use QRScannerOverlay

Usage

return Scaffold(
      body: Stack(
        children: [
          MobileScanner(
            controller: cameraConroller,
            onDetect: (capture) {
                // do something
          },),
          QRScannerOverlay(imagePath: "images/test.jpg",)
        ],
      ),
    );
QRScannerOverlay(color: Colors.black.withOpacity(0.5),)

Additional information

Try tinkering around with the package if you want something specific , you can always check up on the github repo for issues or other help Special thanks to Fluttify for the baseline overlay

About

A simple QR Scanner style overlay to be used with a stack ( and a camera scanner )

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 45.5%Language:CMake 17.0%Language:Shell 11.8%Language:C 6.9%Language:Objective-C 6.9%Language:Java 6.4%Language:C++ 3.7%Language:Swift 1.7%