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 to Work with Firebase

    firebase Web and server libraries for Dart’s Firebase framework firebase_core The Firebase SDK for Flutter allows you to link your application to many different Firebase applications. cloud_functions A Firebase Cloud Functions plugin for Flutter. fcm_config This flutter package integrates firebase_messaging and flutter_local_notifications. firebase_auth_oauth OAuth sign-in flows are made easy with this Flutter plugin that uses…

  • Chart and Graph Packages

    We will go over some of the best Flutter packages that create charts and graphs so that you don’t have to waste time searching them out. graphic Graphic is the perfect Flutter library for anyone looking to visualize data in a clear, concise way. With its easy-to-use charting library, you’ll be able to create stunning…

  • Image Libraries

    octo_image The octo_image is a Flutter image widget that may perform various tasks. Placeholders, error indicators, and image transformers with fading are all supported. A placeholder, a progress indicator, an ImageBuilder, or an error widget is required for the OctoImage widget to display the picture. A placeholder or a progress indication may be used, as…

  • Text-to-Speech Packages

    Text-to-speech (TTS) is the process of using software to read aloud text that is displayed on a screen. Text-to-speech programs can convert text into speech, and do so in various ways depending on the user’s familiarity with the system. flutter_tts flutter_tts is a good Text to Speech Flutter plugin available on pub.dev platform. This plugin…

  • Authentication Packages

    google_sign_in A Google Sign-In authentication system for signing in with a Google account on Android and iOS using the Flutter plugin. http_auth The library deploys a HTTP basic or digest authentication from Dart. firebase_auth The Flutter plugin for Firebase Auth enables Android and iOS authentication using passwords, phone numbers, and identity providers like Google, Facebook,…

  • 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…