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

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

  • Packages for Excel and Word

     These packages allow developers to create beautiful charts in Excel or add interactive features to Word documents like adding hyperlinks or creating tables. They are all free and open source so you can use them on your next project! excel This is a Flutter and Dart library for reading, creating, editing, and updating Excel sheets…

  • Shared Preferences Packages

    shared_preferences The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android. rx_shared_preferences Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs. shared_preferences_dtx The shared…

  • Dialog Packages

    A Dialog is a class that is intended to be subclassed by other classes. It’s often used to display messages on the page, or make choices available to the user. Flutter has a few built-in dialogs, but there are times when you need to build your own or use an existing package. adaptive_dialog Adaptively display…

  • Font and Emoji Packages

    font_awesome_flutter The Font Awesome Icon pack is available as Flutter Icons. It adds 1500 additional icons to your app, in addition to the default set of 500. flutter_font_icons As the name suggests, this is a collection of font icons built with Flutter. It includes all fonts from react-native-vector-icons and WeatherIcons. icon_font_generator Convert all icons in…

  • Bottom Bar Packages

    convex_bottom_bar The ConvexAppBar is a Flutter package that creates and shows a convex tab in the bottom bar. Theming is supported. persistent_bottom_nav_bar For Flutter, a complete, highly configurable bottom navigation bar that is persistent/static and can be used for any application. It has up to 20 different styles. salomon_bottom_bar Another bottom navigation bar, but this…