Packages to Scan Barcode and QR

flutter_barcode_scanner

A plugin for Android and iOS that enables barcode scanning. Barcodes, QR codes, and other types of coding are all supported.

qr_flutter

A Widget or custom painter may be used to display QR codes for Flutter.

qr_code_scanner

The zxing library is a QR code scanner that can be integrated into flutter. It makes use of the zxing Android library and the MTBBarcode scanner on iOS.

flutter_barcode_sdk

The Dynamsoft Barcode Reader SDK is a Flutter plugin for reading barcodes. It supports linear barcode, QR Code, DataMatrix, MaxiCode, PDF417 in addition to Android, iOS, Web, Windows, Linux and macOS.

camcode

A camera barcode scanner for Flutter Web that uses your preferred Javascript library

barcode

A library for generating barcodes in Dart that can create any backend-specific drawing operations.

flutter_barcode_listener

All hardware barcode scanners should be able to detect the reader without requiring a manufacturer’s development kit.

qrscan

Scanner with android device to handle barcode and qrcode.

zxing2

1D/2D barcode image processing library for Dart created by Okino. This is a translation of the Android codebase.

flutter_barcode_scanner

This is a plugin that adds barcode scanning functionality to Android and iOS. It supports barcodes, QR codes, and other types of codes.

barcode_scanner

The Scanbot Barcode Scanner SDK for Android and iOS, which is available as a Flutter plugin. It supports bar code scanning, including EAN, UPC, QR codes, Data Matrix, PDF 417.

barcode_widget

Barcode generation for Flutter with support for standard barcodes.

Similar Posts

  • Packages for Payment Implementation

    These Flutter packages for payment implementation provide everything you need to get started including in-app purchases (IAP) and subscriptions. flutter_stripe_payment To accept card payments, add Stripe to your Flutter application and use Payment Intents with Strong SCA 3DS Compliance. cashfree_pg This is the official Flutter plugin for integrating Cashfree PG with your app. It displays…

  • Flutter Projects for Beginners

    If you’re just getting started with Flutter, you might be feeling a little overwhelmed. There are so many different things to learn, and it can be hard to know where to start. That’s why we’ve put together this list of 8 Flutter projects for beginners. These projects will help you get comfortable with the basics…

  • Picture-in-Picture Packages

    A Picture-in-Picture (PIP) is a small, frame that floats out of the main video and stays on top of it. It can be used to display anything like: Knowing the different purposes behind PIP will help you understand which package suits your needs best. flutter_android_pip With the SDK 24 or above, you may integrate Picture-in-Picture…

  • Floating Action Button Packages

    simple_speed_dial A simple Flutter speed dial. You may add as many speed dial alternatives as you wish. Labels may be added beside the options. Every FAB’s color can be customized. draggable_fab The FAB wrapper widget may be dragged to any edge of the screen and is draggable. curved_nav_bar The left and right side of the…

  • PDF Packages

    pdf This is a Dart PDF file creator. It can generate pdf files for both the web and Flutter. This library is made up of two parts: a low-level Pdf generation library that manages the creation of the PDF documents. A widgets system comparable to Flutter’s, for easier high-level Pdf production. TrueType fonts can be…

  • Animation Packages

    flutter_animate Flutter Animate is a library that makes it simple to add almost any kind of animated effect in Flutter. The library comes with a variety of pre-built effects, like fade, scale, slide, blur, shake, shimmer, and color effects (saturation and tint), that can be easily added to your app. In addition, Flutter Animate simplifies…