Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 802 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 802 Bytes

google_ml_kit_barcode_scan

image

Description

This is a Flutter app that utilizes the Google ML Kit for barcode scanning. The app allows users to scan barcodes using either the camera or by selecting an image from the gallery. It supports various barcode types, including URLs, WiFi networks, and more.

Features

  • Scan barcodes using the camera or gallery images.
  • Supports different barcode types such as URLs, WiFi networks, etc.
  • Custom handling for specific barcode types.
  • Simple and intuitive user interface.

##Dependencies

  • google_ml_kit: Google ML Kit for barcode scanning.

  • image_picker: A Flutter plugin for picking images from the image library or camera.