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

A Flutter plugin package for integrating the Flutter Vision SDK into your Flutter application for scanning Barcodes and QrCodes

A Flutter plugin package for integrating the Flutter Vision SDK into your Flutter application.

Features #

Scan barcodes, QR codes, and text. OCR (Optical Character Recognition) support. Customize scan and capture modes.

Getting started #

import the package and use it in your app.

import 'package:fluttervisionsdkplugin/fluttervisionsdkplugin.dart';

Usage #

   NativeViewWidget(
              onScanError: _onScanError,
              onCodesReceived: _onCodesReceived,
              onDetectionResult: _onDetectionResult,
              onOCRImagesReceived: _onOCRImagesReceived,
              shouldDisplayFocusImage: true,
              shouldScanInFocusImageRect: true,
              onDetected: onDetected,
              isTextIndicationOn: true,
              isBarCodeOrQRCodeIndicationOn: true,
              selectionTintColor: 'white',
              imageTintColor: 'white',
              codeDetectionConfidence: 0.5,
              sessionPreset: 'high',
              nthFrameToProcess: 10,
              captureMode: 0,
              captureType: 0,
              scanMode: 0,
              focusImage: 'x',
              focusImageRect: 'x',
            ),

Additional information #

users can import this package and use in their projects to scan Barcodes and QrCodes with customizeable modes

2
likes
0
points
891
downloads

Publisher

verified publisherpackagex.io

Weekly Downloads

A Flutter plugin package for integrating the Flutter Vision SDK into your Flutter application for scanning Barcodes and QrCodes

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on fluttervisionsdkplugin